Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 5 of 5) sorted by relevance

/io/sys/
A Dpoll.h64 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
71 extern int __REDIRECT (ppoll, (struct pollfd *__fds, nfds_t __nfds,
77 # define ppoll __ppoll64 macro
/io/
A Dppoll.c28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll() function
71 #ifndef ppoll
72 libc_hidden_def (ppoll);
A DVersions114 ppoll;
A DMakefile53 ftw ftw64 fts fts64 poll ppoll \
116 CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
/io/bits/
A Dpoll2.h48 const __sigset_t *__ss), ppoll);
61 ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout, in ppoll() function
64 return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), in ppoll()

Completed in 4 milliseconds