/third_party/rust/crates/rustix/src/thread/ |
D | setns.rs | 6 CLONE_NEWTIME, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, 80 const SYSVSEM = CLONE_SYSVSEM;
|
/third_party/ltp/include/lapi/ |
D | sched.h | 115 #ifndef CLONE_SYSVSEM 116 # define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/Benchmark/musl/ |
D | libc_sched.cpp | 42 …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/ |
D | kcmp03.c | 39 {CLONE_SYSVSEM, KCMP_SYSVSEM}
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 50 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 50 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 50 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 52 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 64 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 58 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 62 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/musl/include/ |
D | sched.h | 75 #define CLONE_SYSVSEM 0x00040000 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 55 CLONE_SYSVSEM;
|
/third_party/musl/src/thread/liteos_a/ |
D | pthread_create.c | 241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 241 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 249 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
D | pthread_create.c | 363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 363 | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 131 CLONE_SYSVSEM
|
D | linux.txt | 275 CLONE_SYSVSEM
|
D | android.txt | 226 CLONE_SYSVSEM
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1144 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1922 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1387 pub const CLONE_SYSVSEM: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1390 pub const CLONE_SYSVSEM: u32 = 262144; constant
|