Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Linux/
Dclone_test.cc28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL); in main() local
30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main()
35 if (wait_result == clone_pid && WIFEXITED(status)) { in main()