Searched refs:epoll_wait (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/ |
D | sys_epoll_test.cpp | 27 TEST(sys_epoll, epoll_wait) { in TEST() argument 33 ASSERT_EQ(0, epoll_wait(epoll_fd, events, 1, 1)); in TEST() 148 ASSERT_EQ(1, epoll_wait(epoll_fd, events, 1, 1)); in TEST()
|
/bionic/libc/include/sys/ |
D | epoll.h | 79 int epoll_wait(int __epoll_fd, struct epoll_event* _Nonnull __events, int __event_count, int __time…
|
/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/libc/bionic/ |
D | sys_epoll.cpp | 86 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait() function
|
/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)
|
D | liblinker_reloc_bench_123.S | 2769 CALL(epoll_wait)
|
D | linker_reloc_bench_main.S | 3574 CALL(epoll_wait)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 311 epoll_wait;
|