/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_have_epoll.m4 | 26 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to 31 # epoll_wait(). The availability of that function can be tested with the 65 rc = epoll_wait(fd, &ev, 1, 0);])], 95 rc = epoll_wait(fd, &ev, 1, 0);
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 103 TEST(epoll_wait(epfd, &ret_evs, 1, -1)); in verify_epollout() 141 TEST(epoll_wait(epfd, &ret_evs, 1, -1)); in verify_epollin() 185 TEST(epoll_wait(epfd, ret_evs, 2, -1)); in verify_epollio()
|
D | epoll_wait02.c | 30 TEST(epoll_wait(epfd, epevs, 1, sleep_ms)); in sample_fn()
|
D | epoll_wait04.c | 28 TEST(epoll_wait(epfd, epevs, 1, 0)); in run()
|
D | epoll_wait03.c | 65 TST_EXP_FAIL(epoll_wait(*tc[n].epfd, *tc[n].ev, tc[n].maxevents, -1), in verify_epoll_wait()
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 113 pub fn epoll_wait( in epoll_wait() function 119 libc::epoll_wait( in epoll_wait()
|
/third_party/libcoap/man/ |
D | coap_io.txt.in | 72 *coap_io_prepare_epoll*(), does an *epoll_wait*() and then calls 116 using *select*(), *poll*() or an event returned by epoll_wait(). If 'read' is 133 *epoll_wait*() should done. 138 iterate through the _nevents_ of _events_ returned by *epoll_wait*() and 187 as an event returned from a *epoll_wait*() call. This file descriptor will get 404 *Method Two - epoll_wait() based on monitorable file descriptor* 461 nevents = epoll_wait(epoll_fd, events, MAX_EVENTS, -1); 464 coap_log_debug("epoll_wait: %s (%d)\n", coap_socket_strerror(), errno);
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | epoll_wait.c | 42 int result = epoll_wait(epoll_fd, events, 1, 1); in epoll_wait_0100()
|
D | epoll_ctl.c | 68 result = epoll_wait(fd, events, 1, 1); in epoll_ctl_0100()
|
D | test_src_functionalext_supplement_linux.gni | 86 "epoll_wait",
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
D | linux_epoll_wait_test.cpp | 35 int numEvents = epoll_wait(epollFd, events, MAX_EVENTS, -1);
|
/third_party/musl/src/linux/ |
D | epoll.c | 34 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait() function
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.h | 57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
|
/third_party/node/deps/uv/src/unix/ |
D | os390-syscalls.h | 57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
|
/third_party/musl/Benchmark/musl/ |
D | libc_epoll.cpp | 83 epoll_wait(epollFd, g_events, EVENTSIZE, 0); in Bm_function_Epoll_wait()
|
/third_party/libuv/docs/src/ |
D | metrics.rst | 16 event provider (e.g. ``epoll_wait``). The call is thread safe.
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | epoll.rs | 63 use crate::backend::io::syscalls::{epoll_add, epoll_create, epoll_del, epoll_mod, epoll_wait}; 225 let nfds = epoll_wait( in wait()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl01.c | 90 res = epoll_wait(epfd, res_evs, 2, -1); in check_epoll_ctl()
|
/third_party/alsa-utils/axfer/ |
D | waiter-epoll.c | 59 err = epoll_wait(state->epfd, state->events, state->ev_count, in epoll_wait_event()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 188 epoll_wait
|