Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 4 of 4) sorted by relevance

/io/bits/
A Dpoll2.h26 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 Dpoll.h33 typedef unsigned long int nfds_t; typedef
54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout)
64 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
71 extern int __REDIRECT (ppoll, (struct pollfd *__fds, nfds_t __nfds,
/io/
A Dpoll.c29 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
A Dppoll.c28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll()

Completed in 4 milliseconds