Home
last modified time | relevance | path

Searched refs:EFD_NONBLOCK (Results 1 - 25 of 60) sorted by relevance

123

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Deventfd.h15 #define EFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Deventfd.h15 #define EFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Deventfd.h15 #define EFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/include/sys/
H A Deventfd.h15 #define EFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Deventfd.c43 * @tc.desc : The flags parameter is equal to EFD_NONBLOCK, which creates an eventfd object.
48 int ret = eventfd(0, EFD_NONBLOCK); in eventfd_0300()
/third_party/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2_02.c12 * EFD_NONBLOCK flag is used.
29 fd = eventfd2(1, EFD_NONBLOCK); in run()
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd05.c25 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
H A Deventfd02.c30 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
H A Deventfd01.c30 fd = TST_EXP_FD(eventfd(EVENT_COUNT, EFD_NONBLOCK)); in run()
H A Deventfd04.c30 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
H A Deventfd03.c29 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
H A Deventfd06.c143 evfd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in setup()
/third_party/rust/crates/nix/src/sys/
H A Deventfd.rs8 EFD_NONBLOCK; // Since Linux 2.6.27
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_eventfd_test.cpp35 * with the EFD_NONBLOCK and EFD_CLOEXEC flags. It ensures that the eventfd instance can work properly and
41 int eventFd = eventfd(VALUE, EFD_NONBLOCK | EFD_CLOEXEC); in HWTEST_F()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-pipe.c37 pt->dummy_pipe_fds[0] = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in lws_plat_pipe_create()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs81 /// `EFD_NONBLOCK`
82 const NONBLOCK = linux_raw_sys::general::EFD_NONBLOCK;
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs28 pub const EFD_NONBLOCK: ::c_int = 0x800; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs99 /// `EFD_NONBLOCK`
100 const NONBLOCK = c::EFD_NONBLOCK;
/third_party/node/deps/uv/src/unix/
H A Dasync.c210 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
/third_party/libuv/src/unix/
H A Dasync.c211 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h240 #define EFD_NONBLOCK O_NONBLOCK macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs198 pub const EFD_NONBLOCK: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs304 pub const EFD_NONBLOCK: ::c_int = 0x800; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs708 pub const EFD_NONBLOCK: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs337 pub const EFD_NONBLOCK: ::c_int = 0x4000; consts

Completed in 15 milliseconds

123