/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/libcoap/man/ |
D | coap_io.txt.in | 83 using *select*() or an event returned by epoll_wait(). If 'read' is available on 100 *coap_io_prepare_epoll()*, does an *epoll_wait*() and then calls 116 *epoll_wait*() should done. 119 iterate through the _nevents_ of _events_ returned by *epoll_wait*() and 160 as an event returned from a *epoll_wait*() call. This file descriptor will get 344 *Method Two - epoll_wait() based on monitorable file descriptor* 397 nevents = epoll_wait(epoll_fd, events, MAX_EVENTS, -1); 400 coap_log(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/porting/liteos_m/kernel/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/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 61 int epoll_wait(int, struct epoll_event *, int, int);
|
/third_party/musl/ndk_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/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/grpc/doc/core/ |
D | epoll-polling-engine.md | 34 …epoll_wait()`, we are guaranteed that only one thread is woken up if one of the `fds` in the set b… 95 … to use a `poll()` (on `event_fd` and `epoll_fd`) instead of doing an `epoll_wait()` and this resu… 107 …can implement a turnstile polling (i.e having only one thread calling `epoll_wait()` on the epoll … 117 …st in the epoll set, they then call a non-blocking i.e a zero-timeout `epoll_wait()` on the `epoll…
|
/third_party/libuv/docs/src/ |
D | metrics.rst | 16 event provider (e.g. ``epoll_wait``). The call is thread safe.
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.cc | 54 ::epoll_wait(epoll_fd_.get(), &event, 1, -1 /* timeout */)); in Run()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_pollset.cc | 89 epoll_wait(epfd, ev, nev, 0); in BM_PollEmptyPollset_SpeedOfLight() 197 err = epoll_wait(epfd, ev, GPR_ARRAY_SIZE(ev), 0); in BM_SingleThreadPollOneFd_SpeedOfLight()
|
/third_party/libuv/test/ |
D | test-embed.c | 84 r = epoll_wait(fd, &ev, 1, timeout); in embed_thread_runner()
|
/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/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/ltp/include/lapi/syscalls/ |
D | mips_n64.in | 210 epoll_wait 5209
|
D | ia64.in | 216 epoll_wait 1245
|