Searched refs:epoll_wait (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | sys_epoll_test.cpp | 33 ASSERT_EQ(0, epoll_wait(epoll_fd, events, 1, 1)); in TEST() 76 ASSERT_EQ(1, epoll_wait(epoll_fd, events, 1, 1)); in TEST()
|
/bionic/libc/include/sys/ |
D | epoll.h | 59 int epoll_wait(int __epoll_fd, struct epoll_event* __events, int __event_count, int __timeout_ms);
|
/bionic/libc/bionic/ |
D | sys_epoll.cpp | 65 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait() function
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 21 int epoll_wait:epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) lp32
|
D | libc.map.txt | 311 epoll_wait;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_004.S | 432 CALL(epoll_wait)
|
D | liblinker_reloc_bench_133.S | 801 CALL(epoll_wait)
|
D | liblinker_reloc_bench_134.S | 1714 CALL(epoll_wait)
|
D | liblinker_reloc_bench_029.S | 2212 CALL(epoll_wait)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 311 epoll_wait;
|