Home
last modified time | relevance | path

Searched defs:fdset (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/posix/options/
Ddevice_io.c24 void FD_CLR(int fd, struct zvfs_fd_set *fdset) in FD_CLR()
29 int FD_ISSET(int fd, struct zvfs_fd_set *fdset) in FD_ISSET()
34 void FD_SET(int fd, struct zvfs_fd_set *fdset) in FD_SET()
39 void FD_ZERO(fd_set *fdset) in FD_ZERO()