Searched defs:nfds (Results 1 – 5 of 5) sorted by relevance
| /components/libc/posix/io/poll/ |
| A D | select.c | 22 static void fdszero(fd_set *set, int nfds) in fdszero() 48 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
|
| A D | poll.c | 258 static int poll_do(struct pollfd *fds, nfds_t nfds, struct rt_poll_table *pt, int msec) in poll_do() 347 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | sockets.c | 2215 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() 2306 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used() 2321 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used() 2336 #define lwip_poll_inc_sockets_used(fds, nfds) argument 2337 #define lwip_poll_dec_sockets_used(fds, nfds) argument 2341 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) in lwip_poll()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 670 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) argument
|
| /components/lwp/ |
| A D | lwp_syscall.c | 895 sysret_t sys_poll(struct pollfd *fds, nfds_t nfds, int timeout) in sys_poll() 969 sysret_t sys_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval … in sys_select()
|
Completed in 33 milliseconds