Home
last modified time | relevance | path

Searched refs:CLONE_VM (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/arch-arm64/bionic/
Dvfork.S34 #define CLONE_VM 0x00000100 macro
48 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
/bionic/libc/kernel/uapi/linux/
Dsched.h23 #define CLONE_VM 0x00000100 macro
/bionic/libc/bionic/
Dclone.cpp96 if (!(flags & (CLONE_VM|CLONE_VFORK))) { in clone()
Dpthread_create.cpp416 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()
/bionic/tests/
Dsched_test.cpp34 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()