Searched refs:CLONE_VM (Results 1 – 5 of 5) sorted by relevance
34 #define CLONE_VM 0x00000100 macro48 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
23 #define CLONE_VM 0x00000100 macro
96 if (!(flags & (CLONE_VM|CLONE_VFORK))) { in clone()
416 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()
34 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST()66 ASSERT_EQ(-1, clone(child_fn, nullptr, CLONE_VM, &i)); in TEST()