Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2_03.c62 fd1 = eventfd2(0, EFD_SEMAPHORE); in run()
63 fd2 = eventfd2(0, EFD_SEMAPHORE); in run()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/include/sys/
H A Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Deventfd.c21 * @tc.desc : The flags parameter is equal to EFD_SEMAPHORE, which creates an eventfd object.
26 int ret = eventfd(0, EFD_SEMAPHORE); in eventfd_0100()
/third_party/rust/crates/nix/src/sys/
H A Deventfd.rs9 EFD_SEMAPHORE; // Since Linux 2.6.30
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_eventfd_test.cpp58 int result = eventfd(0, EFD_SEMAPHORE); in HWTEST_F()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs83 /// `EFD_SEMAPHORE`
84 const SEMAPHORE = linux_raw_sys::general::EFD_SEMAPHORE;
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs27 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs101 /// `EFD_SEMAPHORE`
102 const SEMAPHORE = c::EFD_SEMAPHORE;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h238 #define EFD_SEMAPHORE 1 macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs971 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1019 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/python/Modules/
H A Dposixmodule.c15610 #ifdef EFD_SEMAPHORE in all_ins()
15611 if (PyModule_AddIntMacro(m, EFD_SEMAPHORE)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2353 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2454 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1851 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3134 pub const EFD_SEMAPHORE: ::c_int = 0x1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2352 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2332 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2462 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2533 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2484 pub const EFD_SEMAPHORE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2595 pub const EFD_SEMAPHORE: u32 = 1; consts

Completed in 170 milliseconds

12