Home
last modified time | relevance | path

Searched refs:__WNOTHREAD (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c408 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()