/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/include/sys/ |
H A D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | eventfd.c | 43 * @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 D | eventfd2_02.c | 12 * EFD_NONBLOCK flag is used. 29 fd = eventfd2(1, EFD_NONBLOCK); in run()
|
/third_party/ltp/testcases/kernel/syscalls/eventfd/ |
H A D | eventfd05.c | 25 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
|
H A D | eventfd02.c | 30 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
|
H A D | eventfd01.c | 30 fd = TST_EXP_FD(eventfd(EVENT_COUNT, EFD_NONBLOCK)); in run()
|
H A D | eventfd04.c | 30 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
|
H A D | eventfd03.c | 29 fd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in run()
|
H A D | eventfd06.c | 143 evfd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in setup()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | eventfd.rs | 8 EFD_NONBLOCK; // Since Linux 2.6.27
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_eventfd_test.cpp | 35 * 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 D | unix-pipe.c | 37 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 D | types.rs | 81 /// `EFD_NONBLOCK` 82 const NONBLOCK = linux_raw_sys::general::EFD_NONBLOCK;
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 28 pub const EFD_NONBLOCK: ::c_int = 0x800; consts
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | types.rs | 99 /// `EFD_NONBLOCK` 100 const NONBLOCK = c::EFD_NONBLOCK;
|
/third_party/node/deps/uv/src/unix/ |
H A D | async.c | 210 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
|
/third_party/libuv/src/unix/ |
H A D | async.c | 211 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 240 #define EFD_NONBLOCK O_NONBLOCK macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 198 pub const EFD_NONBLOCK: ::c_int = 0x80; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 304 pub const EFD_NONBLOCK: ::c_int = 0x800; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 708 pub const EFD_NONBLOCK: ::c_int = 0x80; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 337 pub const EFD_NONBLOCK: ::c_int = 0x4000; consts
|