Searched refs:epoll_pwait64 (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | sys_epoll.cpp | 52 return epoll_pwait64(fd, events, max_events, timeout, ss_ptr); in epoll_pwait() 55 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64() function 60 return epoll_pwait64(fd, events, max_events, timeout, nullptr); in epoll_wait()
|
/bionic/libc/include/sys/ |
D | epoll.h | 61 int epoll_pwait64(int __epoll_fd, struct epoll_event* __events, int __event_count, int __timeout_ms…
|
/bionic/tests/ |
D | sys_epoll_test.cpp | 40 ASSERT_EQ(0, epoll_pwait64(epoll_fd, events, 1, 1, nullptr)); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1359 epoll_pwait64;
|
/bionic/libc/ |
D | libc.map.txt | 1359 epoll_pwait64;
|