Searched refs:__WCLONE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | wait4_options.h | 8 #if defined(__WCLONE) || (defined(HAVE_DECL___WCLONE) && HAVE_DECL___WCLONE) 10 static_assert((__WCLONE) == (0x80000000), "__WCLONE != 0x80000000"); 13 # define __WCLONE 0x80000000 63 XLAT(__WCLONE),
|
D | wait4_options.in | 10 __WCLONE 0x80000000
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 14 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | clone_test.cc | 30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 841 __WCLONE = 2147483648
|
D | sys_amd64.const | 841 __WCLONE = 2147483648
|
D | sys_ppc64le.const | 841 __WCLONE = 2147483648
|
D | sys_arm.const | 841 __WCLONE = 2147483648
|
D | sys_arm64.const | 841 __WCLONE = 2147483648
|
D | sys.txt | 1000 …WUNTRACED, WCONTINUED, WEXITED, WSTOPPED, WCONTINUED, WNOHANG, WNOWAIT, __WCLONE, __WALL, __WNOTHR…
|
/external/perfetto/src/profiling/memory/ |
D | malloc_hooks.cc | 320 if (PERFETTO_EINTR(waitpid(clone_pid, &unused, __WCLONE)) == -1 && in CreateClientAndPrivateDaemon()
|
/external/strace/ |
D | ChangeLog-CVS | 3879 * strace.c (detach) [LINUX]: Use __WALL (or a second try with __WCLONE) 3887 * process.c [LINUX] (wait4_options): Fix __WCLONE value. Add
|