Home
last modified time | relevance | path

Searched refs:epoll_create1 (Results 1 – 25 of 70) sorted by relevance

123

/third_party/rust/crates/nix/test/sys/
Dtest_epoll.rs2 use nix::sys::epoll::{epoll_create1, epoll_ctl};
7 let efd = epoll_create1(EpollCreateFlags::empty()).unwrap(); in test_epoll_errno()
19 let efd = epoll_create1(EpollCreateFlags::empty()).unwrap(); in test_epoll_ctl()
/third_party/musl/Benchmark/musl/
Dlibc_epoll.cpp35 int epollFd = epoll_create1(0); in Bm_function_Epoll_createl()
49 int epollFd = epoll_create1(0); in Bm_function_Epoll_ctl()
70 int epollFd = epoll_create1(0); in Bm_function_Epoll_wait()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Depoll_create1.c52 fd = epoll_create1(0); in epoll_create1_0100()
56 fd = epoll_create1(EPOLL_CLOEXEC); in epoll_create1_0100()
Dtest_src_functionalext_supplement_linux.gni83 "epoll_create1",
/third_party/musl/src/linux/
Depoll.c8 return epoll_create1(0); in epoll_create()
11 int epoll_create1(int flags) in epoll_create1() function
/third_party/rust/crates/nix/src/sys/
Depoll.rs81 pub fn epoll_create1(flags: EpollCreateFlags) -> Result<RawFd> { in epoll_create1() function
82 let res = unsafe { libc::epoll_create1(flags.bits()) }; in epoll_create1()
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_create1_test.cpp21 int fd = epoll_create1(0);
/third_party/musl/ndk_musl_include/sys/
Depoll.h59 int epoll_create1(int);
/third_party/musl/include/sys/
Depoll.h59 int epoll_create1(int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h59 int epoll_create1(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h59 int epoll_create1(int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h59 int epoll_create1(int);
/third_party/libuv/src/unix/
Dos390-syscalls.h55 uv__os390_epoll* epoll_create1(int flags);
/third_party/node/deps/uv/src/unix/
Dos390-syscalls.h55 uv__os390_epoll* epoll_create1(int flags);
/third_party/lwip/
D0034-add-accept4-and-epoll_create1.patch4 Subject: [PATCH] add epoll_create1 and accept4
21 + CHECK_DLSYM_RET_RETURN(posix_api->epoll_create1_fn = dlsym(handle, "epoll_create1"));
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt185 epoll_create1
/third_party/ltp/include/lapi/syscalls/
Daarch64.in21 epoll_create1 20
Darc.in21 epoll_create1 20
Dmips_n32.in289 epoll_create1 6289
Dmips_n64.in285 epoll_create1 5285
Dsparc64.in302 epoll_create1 319
Dia64.in286 epoll_create1 1315
Ds390x.in272 epoll_create1 327
Dx86_64.in292 epoll_create1 291
/third_party/libbpf/src/
Dringbuf.c198 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
435 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()

123