Searched refs:__WCLONE (Results 1 – 4 of 4) sorted by relevance
14 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
184 waiting = waitpid(ret, &status, __WCLONE); in write_clone_read()
323 CATCH_EINTR(n = waitpid(pid, &status, __WCLONE)); in init_seccomp()
1183 * Otherwise, wait for clone children *only* if __WCLONE is set; in wait_task_zombie() 1190 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in wait_task_zombie() 1773 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid_prepare() 1884 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()