Home
last modified time | relevance | path

Searched refs:CLONE_VFORK (Results 1 – 25 of 34) sorted by relevance

12

/third_party/musl/porting/linux/user/src/linux/
Dclone.c57 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/
Dclone05.c42 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/
Dclone.c55 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
/third_party/musl/porting/linux/user/include/
Dsched.h60 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h46 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h58 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h54 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h48 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/ndk_musl_include/
Dsched.h59 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h46 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/include/
Dsched.h59 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h46 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/src/process/
Dposix_spawn.c194 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c197 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
/third_party/rust/crates/nix/src/
Dsched.rs44 CLONE_VFORK;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt134 CLONE_VFORK
Dlinux.txt278 CLONE_VFORK
Dandroid.txt229 CLONE_VFORK
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1140 pub const CLONE_VFORK: ::c_int = 0x4000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1918 pub const CLONE_VFORK: ::c_int = 0x4000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1386 pub const CLONE_VFORK: u32 = 16384; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1383 pub const CLONE_VFORK: u32 = 16384; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs1378 pub const CLONE_VFORK: u32 = 16384; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1382 pub const CLONE_VFORK: u32 = 16384; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs1372 pub const CLONE_VFORK: u32 = 16384; constant

12