Searched refs:epoll_pwait2 (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | sys_epoll_test.cpp | 66 int rc = epoll_pwait2(epoll_fd, events, 1, &ts, nullptr); in TEST() 96 int rc = epoll_pwait2(epoll_fd, events, 1, &ts, &ss2); in TEST()
|
/bionic/libc/include/sys/ |
D | epoll.h | 98 int epoll_pwait2(int __epoll_fd, struct epoll_event* _Nonnull __events, int __event_count, const st…
|
/bionic/libc/bionic/ |
D | sys_epoll.cpp | 61 int epoll_pwait2(int fd, epoll_event* events, int max_events, const timespec* timeout, in epoll_pwait2() function
|
/bionic/docs/ |
D | status.md | 72 `__riscv_hwprobe` (`<sys/hwprobe.h>`), `epoll_pwait2`/`epoll_pwait2_64` (`<sys/epoll.h>`).
|
/bionic/libc/ |
D | SYSCALLS.TXT | 329 int __epoll_pwait2:epoll_pwait2(int, struct epoll_event*, int, const timespec64*, const sigset64_t*…
|
D | libc.map.txt | 1593 epoll_pwait2;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1593 epoll_pwait2;
|