Searched refs:__nfds (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/io/bits/ |
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() argument 39 return __glibc_fortify (poll, __nfds, sizeof (*__fds), in poll() 41 __fds, __nfds, __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() argument [all …]
|
/glibc-2.36/include/sys/ |
D | select.h | 13 extern int __pselect64 (int __nfds, fd_set *__readfds, 19 extern int __pselect32 (int __nfds, fd_set *__readfds, 24 extern int __select32 (int __nfds, fd_set *__readfds, 30 extern int __select64 (int __nfds, fd_set *__readfds, 35 extern int __pselect (int __nfds, fd_set *__readfds, 40 extern int __select (int __nfds, fd_set *__restrict __readfds,
|
D | poll.h | 5 extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
|
/glibc-2.36/misc/sys/ |
D | select.h | 102 extern int select (int __nfds, fd_set *__restrict __readfds, 109 (int __nfds, fd_set *__restrict __readfds, 127 extern int pselect (int __nfds, fd_set *__restrict __readfds, 135 (int __nfds, fd_set *__restrict __readfds,
|
/glibc-2.36/io/sys/ |
D | poll.h | 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,
|