Home
last modified time | relevance | path

Searched refs:events (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Depoll_wait.c27 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
30 return SYSCALL_CANCEL (epoll_wait, epfd, events, maxevents, timeout); in epoll_wait()
32 return epoll_pwait (epfd, events, maxevents, timeout, NULL); in epoll_wait()
A Depoll_pwait.c36 int epoll_pwait (int epfd, struct epoll_event *events, in epoll_pwait() argument
40 return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents, in epoll_pwait()
/sysdeps/unix/sysv/linux/sys/
A Depoll.h85 uint32_t events; /* Epoll events */ member
/sysdeps/pthread/
A Dtst-cancel4.c359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll()
392 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_ppoll()

Completed in 7 milliseconds