Searched refs:fd_set (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/include/zephyr/posix/sys/ |
| D | select.h | 18 typedef struct zvfs_fd_set fd_set; typedef 22 int pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, 24 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout); 25 void FD_CLR(int fd, fd_set *fdset); 26 int FD_ISSET(int fd, fd_set *fdset); 27 void FD_SET(int fd, fd_set *fdset); 28 void FD_ZERO(fd_set *fdset);
|
| /Zephyr-latest/lib/posix/options/ |
| D | device_io.c | 39 void FD_ZERO(fd_set *fdset) in FD_ZERO() 96 int pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() 122 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
|
| /Zephyr-latest/tests/posix/headers/src/ |
| D | sys_select_h.c | 22 fd_set fds = {0}; in ZTEST()
|
| /Zephyr-latest/modules/thrift/src/thrift/ |
| D | config.h | 166 #define SELECT_TYPE_ARG234 (fd_set *)
|
| /Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
| D | socket_echo_select.c | 48 fd_set readfds; 49 fd_set workfds;
|
| /Zephyr-latest/drivers/ethernet/ |
| D | eth_native_tap_adapt.c | 98 fd_set rset; in eth_wait_data()
|
| /Zephyr-latest/drivers/can/ |
| D | can_native_linux_adapt.c | 94 fd_set rset; in linux_socketcan_poll_data()
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_native_pty_bottom.c | 53 fd_set readfds; in np_uart_stdin_poll_in_bottom()
|