Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dsys_select_h.c28 FD_CLR(0, &fds); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Dselect.h25 void FD_CLR(int fd, fd_set *fdset);
/Zephyr-latest/lib/posix/options/
DKconfig.device_io15 Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
Ddevice_io.c24 void FD_CLR(int fd, struct zvfs_fd_set *fdset) in FD_CLR() function
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c92 FD_CLR(fd, &readfds); in pollfds_del()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst132 FD_CLR(),yes