Home
last modified time | relevance | path

Searched defs:epoll_event (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/
A Depoll.h84 struct epoll_event struct
86 uint32_t events; /* Epoll events */
87 epoll_data_t data; /* User data variable */
/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()
47 static __always_inline _syscall6(int, __syscall_epoll_pwait, int, epfd, struct epoll_event *, event… in _syscall6()

Completed in 4 milliseconds