Searched refs:__WCLONE (Results 1 – 5 of 5) sorted by relevance
4 #if !(defined(__WCLONE) || (defined(HAVE_DECL___WCLONE) && HAVE_DECL___WCLONE))5 # define __WCLONE 0x80000000 macro45 XLAT(__WCLONE),
10 __WCLONE 0x80000000
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main()
3879 * strace.c (detach) [LINUX]: Use __WALL (or a second try with __WCLONE)3887 * process.c [LINUX] (wait4_options): Fix __WCLONE value. Add