Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 75) 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/rust/crates/nix/src/sys/
Depoll.rs113 pub fn epoll_wait( in epoll_wait() function
119 libc::epoll_wait( in epoll_wait()
/third_party/libcoap/man/
Dcoap_io.txt.in72 *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/
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/ndk_musl_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/uniproton/kernel/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/porting/liteos_m/kernel/include/sys/
Depoll.h61 int epoll_wait(int, struct epoll_event *, int, int);
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_wait_test.cpp35 int numEvents = epoll_wait(epollFd, events, MAX_EVENTS, -1);
/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/node/deps/uv/src/unix/
Dos390-syscalls.h57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
/third_party/musl/Benchmark/musl/
Dlibc_epoll.cpp83 epoll_wait(epollFd, g_events, EVENTSIZE, 0); in Bm_function_Epoll_wait()
/third_party/libuv/docs/src/
Dmetrics.rst16 event provider (e.g. ``epoll_wait``). The call is thread safe.
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs63 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/
Depoll_ctl01.c90 res = epoll_wait(epfd, res_evs, 2, -1); in check_epoll_ctl()
/third_party/alsa-utils/axfer/
Dwaiter-epoll.c59 err = epoll_wait(state->epfd, state->events, state->ev_count, in epoll_wait_event()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt188 epoll_wait

123