Home
last modified time | relevance | path

Searched refs:epoll_pwait64 (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dsys_epoll.cpp52 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/
Depoll.h61 int epoll_pwait64(int __epoll_fd, struct epoll_event* __events, int __event_count, int __timeout_ms…
/bionic/tests/
Dsys_epoll_test.cpp40 ASSERT_EQ(0, epoll_pwait64(epoll_fd, events, 1, 1, nullptr)); in TEST()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1359 epoll_pwait64;
/bionic/libc/
Dlibc.map.txt1359 epoll_pwait64;