Searched refs:__WCLONE (Results 1 – 3 of 3) sorted by relevance
99 CATCH_EINTR(waitpid(pid, NULL, __WCLONE)); in run_helper()132 CATCH_EINTR(pid = waitpid(pid, &status, __WCLONE)); in run_helper_thread()151 int wflags = __WCLONE; in helper_wait()
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
938 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()1604 __WNOTHREAD|__WCLONE|__WALL)) in SYSCALL_DEFINE4()