Searched refs:CLONE_VM (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/arch-riscv64/bionic/ |
D | vfork.S | 44 li a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
|
/bionic/libc/kernel/uapi/linux/ |
D | sched.h | 11 #define CLONE_VM 0x00000100 macro
|
/bionic/libc/arch-arm64/bionic/ |
D | vfork.S | 63 orr x0, x0, #CLONE_VM
|
/bionic/libc/bionic/ |
D | clone.cpp | 96 if (!(flags & (CLONE_VM|CLONE_VFORK))) { in clone()
|
D | pthread_create.cpp | 433 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()
|
/bionic/tests/ |
D | sched_test.cpp | 36 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST() 68 ASSERT_EQ(-1, clone(child_fn, nullptr, CLONE_VM, &i)); in TEST()
|