Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/m4/
Dax_have_epoll.m426 # 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/
Depoll_wait01.c103 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()
Depoll_wait02.c30 TEST(epoll_wait(epfd, epevs, 1, sleep_ms)); in sample_fn()
Depoll_wait04.c28 TEST(epoll_wait(epfd, epevs, 1, 0)); in run()
Depoll_wait03.c65 TST_EXP_FAIL(epoll_wait(*tc[n].epfd, *tc[n].ev, tc[n].maxevents, -1), in verify_epoll_wait()
/third_party/libcoap/man/
Dcoap_io.txt.in83 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/
Depoll_wait.c42 int result = epoll_wait(epoll_fd, events, 1, 1); in epoll_wait_0100()
Depoll_ctl.c68 result = epoll_wait(fd, events, 1, 1); in epoll_ctl_0100()
Dtest_src_functionalext_supplement_linux.gni86 "epoll_wait",
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/ndk_musl_include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/src/linux/
Depoll.c34 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait() function
/third_party/libuv/src/unix/
Dos390-syscalls.h57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
/third_party/grpc/doc/core/
Depoll-polling-engine.md34epoll_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/
Dmetrics.rst16 event provider (e.g. ``epoll_wait``). The call is thread safe.
/third_party/flutter/engine/flutter/fml/platform/linux/
Dmessage_loop_linux.cc54 ::epoll_wait(epoll_fd_.get(), &event, 1, -1 /* timeout */)); in Run()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc89 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/
Dtest-embed.c84 r = epoll_wait(fd, &ev, 1, timeout); in embed_thread_runner()
/third_party/alsa-utils/axfer/
Dwaiter-epoll.c59 err = epoll_wait(state->epfd, state->events, state->ev_count, in epoll_wait_event()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c90 res = epoll_wait(epfd, res_evs, 2, -1); in check_epoll_ctl()
/third_party/ltp/include/lapi/syscalls/
Dmips_n64.in210 epoll_wait 5209
Dia64.in216 epoll_wait 1245

123