Searched refs:ppoll (Results 1 – 5 of 5) sorted by relevance
/io/sys/ |
A D | poll.h | 64 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 D | ppoll.c | 28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll() function 71 #ifndef ppoll 72 libc_hidden_def (ppoll);
|
A D | Versions | 114 ppoll;
|
A D | Makefile | 53 ftw ftw64 fts fts64 poll ppoll \ 116 CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
|
/io/bits/ |
A D | poll2.h | 48 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