Searched refs:nfds_t (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | poll.h | 42 typedef unsigned int nfds_t; typedef 114 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout); 116 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
|
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.h | 52 typedef int (*func_poll)(struct pollfd fds[], nfds_t nfds, int timeout);
|
| /f-stack/lib/ |
| H A D | ff_api.h | 106 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
| H A D | ff_syscall_wrapper.c | 1144 ff_poll(struct pollfd fds[], nfds_t nfds, int timeout) in ff_poll()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 147 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
|