/third_party/musl/porting/linux/user/src/linux/ |
D | clone.c | 57 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone() 71 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone05.c | 42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
D | clone.c | 55 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 60 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 46 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 58 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 54 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 48 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 59 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 46 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/include/ |
D | sched.h | 59 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 46 #define CLONE_VFORK 0x00004000 macro
|
/third_party/musl/src/process/ |
D | posix_spawn.c | 194 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 197 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 44 CLONE_VFORK;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 134 CLONE_VFORK
|
D | linux.txt | 278 CLONE_VFORK
|
D | android.txt | 229 CLONE_VFORK
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1140 pub const CLONE_VFORK: ::c_int = 0x4000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1918 pub const CLONE_VFORK: ::c_int = 0x4000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1386 pub const CLONE_VFORK: u32 = 16384; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1383 pub const CLONE_VFORK: u32 = 16384; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1378 pub const CLONE_VFORK: u32 = 16384; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1382 pub const CLONE_VFORK: u32 = 16384; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1372 pub const CLONE_VFORK: u32 = 16384; constant
|