/third_party/musl/porting/linux/user/src/linux/ |
H A D | clone.c | 72 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone() 89 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
|
/third_party/musl/src/linux/linux/ |
H A D | clone.c | 87 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone() 104 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
H A D | clone08.c | 36 * Children cloned with CLONE_VM should avoid using any functions that 53 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD, 55 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
H A D | clone05.c | 42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
|
H A D | clone09.c | 20 static int flags = CLONE_NEWNET | CLONE_VM | SIGCHLD;
|
H A D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD) 216 * changed by child in test_VM(), for testing CLONE_VM flag in test_setup() 303 * address space. If CLONE_VM flag is set, child shares
|
/third_party/ltp/include/lapi/ |
H A D | sched.h | 99 #ifndef CLONE_VM 100 # define CLONE_VM 0x00000100 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | clone.c | 38 cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES | SIGCHLD, NULL); in clone_0100()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_sched.cpp | 42 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS; in Bm_function_Clone()
|
/third_party/musl/src/linux/ |
H A D | clone.c | 46 /* If CLONE_VM is used, it's impossible to give the child a consistent in clone() 50 if (flags & CLONE_VM) return __syscall_ret( in clone()
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
H A D | kcmp03.c | 36 {CLONE_VM, KCMP_VM},
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core02.c | 66 pid = ltp_clone(CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_lesser_ns_open()
|
/third_party/musl/src/linux/liteos_a/ |
H A D | clone.c | 70 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | clone.c | 55 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | sched.h | 48 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | sched.h | 40 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | sched.h | 40 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sched.h | 42 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | sched.h | 40 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/src/process/ |
H A D | posix_spawn.c | 201 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
|
/third_party/musl/porting/linux/user/include/ |
H A D | sched.h | 54 #define CLONE_VM 0x00000100
macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | sched.h | 52 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn.c | 197 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
|
/third_party/musl/include/ |
H A D | sched.h | 65 #define CLONE_VM 0x00000100 macro
|
/third_party/rust/crates/nix/src/ |
H A D | sched.rs | 28 CLONE_VM;
|