Searched refs:pollfd (Results 1 – 4 of 4) sorted by relevance
/io/bits/ |
A D | poll2.h | 26 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds, 28 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout, 31 extern int __REDIRECT (__poll_chk_warn, (struct pollfd *__fds, nfds_t __nfds, 37 poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) in poll() 46 extern int __REDIRECT (__ppoll_alias, (struct pollfd *__fds, nfds_t __nfds, 49 extern int __ppoll_chk (struct pollfd *__fds, nfds_t __nfds, 53 extern int __REDIRECT (__ppoll_chk_warn, (struct pollfd *__fds, nfds_t __nfds, 61 ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout, in ppoll()
|
/io/sys/ |
A D | poll.h | 36 struct pollfd struct 54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) argument 64 extern int ppoll (struct pollfd *__fds, nfds_t __nfds, 71 extern int __REDIRECT (ppoll, (struct pollfd *__fds, nfds_t __nfds,
|
/io/ |
A D | poll.c | 29 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
A D | ppoll.c | 28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll()
|
Completed in 4 milliseconds