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

/external/compiler-rt/lib/asan/lit_tests/Linux/
H A Dclone_test.cc31 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL, 0, 0, 0);
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c48 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S34 # CLONE_VM 0x100
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S34 # CLONE_VM 0x100
/external/strace/
H A Dutil.c1271 # ifndef CLONE_VM
1272 # define CLONE_VM 0x00000100 macro
1535 /* ia64 calls directly `clone (CLONE_VFORK | CLONE_VM)'
1540 clear also CLONE_VM but only in the CLONE_VFORK case as
1547 ? CLONE_VFORK | CLONE_VM : 0)) < 0
H A Dprocess.c545 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
570 { CLONE_VM, "CLONE_VM" },
/external/kernel-headers/original/linux/
H A Dsched.h10 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro

Completed in 140 milliseconds