Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dwait.h14 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c184 waiting = waitpid(ret, &status, __WCLONE); in write_clone_read()
/linux/arch/um/os-Linux/
H A Dstart_up.c323 CATCH_EINTR(n = waitpid(pid, &status, __WCLONE)); in init_seccomp()
/linux/kernel/
H A Dexit.c1183 * 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()