Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dwaitflags.h36 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dwaitflags.h36 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwait.h12 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c1418 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1464 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1494 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid()
1592 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.c371 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()