/third_party/ltp/include/lapi/ |
D | sched.h | 43 #ifndef CLONE_VM 44 #define CLONE_VM 0x00000100 macro
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 59 {"CLONE_PARENT_SETTID", CLONE_PARENT_SETTID | CLONE_VM | SIGCHLD, 62 {"CLONE_STOPPED", CLONE_STOPPED | CLONE_VM | SIGCHLD, 65 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
D | clone05.c | 42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
|
D | clone09.c | 21 static int flags = CLONE_NEWNET | CLONE_VM | SIGCHLD;
|
D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/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/musl/libc-test/src/functionalext/supplement/linux/ |
D | clone.c | 38 …cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES … in clone_0100()
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp03.c | 37 {CLONE_VM, KCMP_VM},
|
/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 | 54 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 40 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 52 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 48 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 42 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 53 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 40 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/include/ |
D | sched.h | 53 #define CLONE_VM 0x00000100 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 40 #define CLONE_VM 0x00000100 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 | 28 CLONE_VM;
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 248 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 334 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 135 CLONE_VM
|