Searched refs:epoll_wait (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | epoll.c | 35 static int __NC(epoll_wait)(int epfd, struct epoll_event *events, int maxevents, int timeout) in _syscall4() 37 return INLINE_SYSCALL(epoll_wait, 4, epfd, events, maxevents, timeout); in _syscall4() 39 CANCELLABLE_SYSCALL(int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time… 64 int epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
|
A D | stubs.c | 112 make_stub(epoll_wait)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/ |
A D | epoll.h | 124 extern int epoll_wait (int __epfd, struct epoll_event *__events,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | wrapsyscall.c | 238 CANCELABLE_SYSCALL (int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time…
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 1199 epoll_create(), epoll_ctl(), epoll_wait() functions.
|
Completed in 8 milliseconds