Searched refs:maxevents (Results 1 – 2 of 2) 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… 40 (epfd, events, maxevents, timeout)) 48 int, maxevents, int, timeout, const sigset_t *, sigmask, size_t, sigsetsize) in _syscall6() argument 50 static int __NC(epoll_pwait)(int epfd, struct epoll_event *events, int maxevents, int timeout, in _syscall6() 53 return __syscall_epoll_pwait(epfd, events, maxevents, timeout, set, __SYSCALL_SIGSET_T_SIZE); in _syscall6() 55 CANCELLABLE_SYSCALL(int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim… 57 (epfd, events, maxevents, timeout, set)) 64 int epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument [all …]
|
/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… 239 (epfd, events, maxevents, timeout)) 242 CANCELABLE_SYSCALL (int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim… 244 (epfd, events, maxevents, timeout, set))
|
Completed in 3 milliseconds