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.c185 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.c1155 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1738 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid_prepare()
1849 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()