Searched refs:WNOHANG (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/include/uapi/linux/ |
D | wait.h | 5 #define WNOHANG 0x00000001 macro
|
/Linux-v5.10/tools/testing/selftests/timers/ |
D | skew_consistency.c | 57 while (pid != waitpid(pid, &ret, WNOHANG)) { in main()
|
D | clocksource-switch.c | 156 while (pid != waitpid(pid, &status, WNOHANG)) in main()
|
/Linux-v5.10/tools/testing/selftests/ptrace/ |
D | vmaccess.c | 62 k = waitpid(-1, &s, WNOHANG); in TEST()
|
/Linux-v5.10/arch/um/os-Linux/ |
D | util.c | 146 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
|
/Linux-v5.10/kernel/ |
D | exit.c | 1467 if (!retval && !(wo->wo_flags & WNOHANG)) { in do_wait() 1489 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid() 1536 wo.wo_flags |= WNOHANG; in kernel_waitid() 1539 if (!ret && !(options & WNOHANG) && (f_flags & O_NONBLOCK)) in kernel_waitid() 1587 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|
/Linux-v5.10/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 205 ret = sys_waitid(P_PIDFD, pidfd, &info, WEXITED | WNOHANG, NULL); in TEST()
|
/Linux-v5.10/tools/perf/ |
D | builtin-stat.c | 633 child_exited = waitpid(child_pid, &status, WNOHANG); in dispatch_events()
|