Home
last modified time | relevance | path

Searched refs:FD_CLR (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/tests/posix/headers/src/
Dsys_select_h.c25 FD_CLR(0, &fds); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/posix/sys/
Dselect.h22 #define FD_CLR ZSOCK_FD_CLR macro
/Zephyr-Core-3.5.0/include/zephyr/net/
Dsocket_select.h131 static inline void FD_CLR(int fd, zsock_fd_set *set) in FD_CLR() function
/Zephyr-Core-3.5.0/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c91 FD_CLR(fd, &readfds); in pollfds_del()
/Zephyr-Core-3.5.0/tests/net/socket/select/src/
Dmain.c48 FD_CLR(0, &set); in ZTEST_USER()