Home
last modified time | relevance | path

Searched refs:CLONE_VM (Results 1 - 25 of 46) sorted by relevance

12

/third_party/musl/porting/linux/user/src/linux/
H A Dclone.c72 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 Dclone.c87 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 Dclone08.c36 * 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 Dclone05.c42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
H A Dclone09.c20 static int flags = CLONE_NEWNET | CLONE_VM | SIGCHLD;
H A Dclone02.c68 #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 Dsched.h99 #ifndef CLONE_VM
100 # define CLONE_VM 0x00000100 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dclone.c38 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 Dlibc_sched.cpp42 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 Dclone.c46 /* 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 Dkcmp03.c36 {CLONE_VM, KCMP_VM},
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c66 pid = ltp_clone(CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_lesser_ns_open()
/third_party/musl/src/linux/liteos_a/
H A Dclone.c70 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
/third_party/musl/porting/liteos_a/user/src/linux/
H A Dclone.c55 if (!(flags & (CLONE_VM | CLONE_VFORK))) { in clone()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h48 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h40 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h40 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h42 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h40 #define CLONE_VM 0x00000100 macro
/third_party/musl/src/process/
H A Dposix_spawn.c201 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
/third_party/musl/porting/linux/user/include/
H A Dsched.h54 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h52 #define CLONE_VM 0x00000100 macro
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c197 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
/third_party/musl/include/
H A Dsched.h65 #define CLONE_VM 0x00000100 macro
/third_party/rust/crates/nix/src/
H A Dsched.rs28 CLONE_VM;

Completed in 8 milliseconds

12