Home
last modified time | relevance | path

Searched refs:CLONE_SYSVSEM (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/rustix/src/thread/
Dsetns.rs6 CLONE_NEWTIME, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM,
80 const SYSVSEM = CLONE_SYSVSEM;
/third_party/ltp/include/lapi/
Dsched.h115 #ifndef CLONE_SYSVSEM
116 # define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/Benchmark/musl/
Dlibc_sched.cpp42 …int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLO… in Bm_function_Clone()
/third_party/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c39 {CLONE_SYSVSEM, KCMP_SYSVSEM}
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h50 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h52 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h64 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h58 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h62 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/musl/include/
Dsched.h75 #define CLONE_SYSVSEM 0x00040000 macro
/third_party/rust/crates/nix/src/
Dsched.rs55 CLONE_SYSVSEM;
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c249 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/src/thread/linux/
Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt131 CLONE_SYSVSEM
Dlinux.txt275 CLONE_SYSVSEM
Dandroid.txt226 CLONE_SYSVSEM
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1144 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1922 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1387 pub const CLONE_SYSVSEM: u32 = 262144; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1390 pub const CLONE_SYSVSEM: u32 = 262144; constant

12