Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/os-Linux/
Dhelper.c99 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()
/linux-4.1.27/include/uapi/linux/
Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/linux-4.1.27/kernel/
Dexit.c938 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1604 __WNOTHREAD|__WCLONE|__WALL)) in SYSCALL_DEFINE4()