Home
last modified time | relevance | path

Searched refs:epoll_event (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Depoll.c31 _syscall4(int, epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event *, event) in _syscall4() argument
35 static int __NC(epoll_wait)(int epfd, struct epoll_event *events, int maxevents, int timeout) in _syscall4()
39 CANCELLABLE_SYSCALL(int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time…
47 static __always_inline _syscall6(int, __syscall_epoll_pwait, int, epfd, struct epoll_event *, event… in _syscall6() argument
50 static int __NC(epoll_pwait)(int epfd, struct epoll_event *events, int maxevents, int timeout, in _syscall6()
55 CANCELLABLE_SYSCALL(int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim…
64 int epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/
A Depoll.h84 struct epoll_event struct
111 struct epoll_event *__event) __THROW;
124 extern int epoll_wait (int __epfd, struct epoll_event *__events,
133 extern int epoll_pwait (int __epfd, struct epoll_event *__events,
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dwrapsyscall.c238 CANCELABLE_SYSCALL (int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time…
242 CANCELABLE_SYSCALL (int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim…

Completed in 4 milliseconds