Home
last modified time | relevance | path

Searched refs:CLONE_SYSVSEM (Results 1 - 25 of 34) sorted by relevance

12

/third_party/rust/crates/rustix/src/thread/
H A Dsetns.rs6 CLONE_NEWTIME, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM,
79 /// `CLONE_SYSVSEM`.
80 const SYSVSEM = CLONE_SYSVSEM;
/third_party/ltp/include/lapi/
H A Dsched.h115 #ifndef CLONE_SYSVSEM
116 # define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/Benchmark/musl/
H A Dlibc_sched.cpp42 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS; in Bm_function_Clone()
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp03.c39 {CLONE_SYSVSEM, KCMP_SYSVSEM}
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h58 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h52 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h64 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h62 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/include/
H A Dsched.h75 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/rust/crates/nix/src/
H A Dsched.rs55 CLONE_SYSVSEM;
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/
H A Dpthread_create.c253 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c427 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1144 pub const CLONE_SYSVSEM: ::c_int = 0x40000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1387 pub const CLONE_SYSVSEM: u32 = 262144; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1922 pub const CLONE_SYSVSEM: ::c_int = 0x40000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1390 pub const CLONE_SYSVSEM: u32 = 262144; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1382 pub const CLONE_SYSVSEM: u32 = 262144; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1400 pub const CLONE_SYSVSEM: u32 = 262144; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1395 pub const CLONE_SYSVSEM: u32 = 262144; consts

Completed in 85 milliseconds

12