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

/linux-master/include/uapi/linux/
H A Dwait.h14 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c215 waiting = wait4(ret, &status, __WCLONE, NULL);
/linux-master/kernel/
H A Dexit.c1063 * Otherwise, wait for clone children *only* if __WCLONE is set;
1070 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE))
1653 __WNOTHREAD|__WCLONE|__WALL))
1764 __WNOTHREAD|__WCLONE|__WALL))

Completed in 251 milliseconds