Searched refs:WNOHANG (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | wait.h | 80 #define WNOHANG 1 /* Don't hang in wait. */ macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_exec.c | 134 wpid = waitpid(pid, &status, WNOHANG); in _zed_exec_fork_child()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 483 pid = waitpid(-1, &status, WNOHANG); in ngx_process_get_status()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_kni.c | 186 p_ret = waitpid(pid, &status, WNOHANG); in test_kni_link_change()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 1232 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6() 1338 if (options & WNOHANG) { in kern_wait6()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 1233 if ((pid = wait3(&statloc,WNOHANG,NULL)) != 0) { in serverCron()
|
| H A D | sentinel.c | 822 while ((pid = wait3(&statloc,WNOHANG,NULL)) > 0) { in sentinelCollectTerminatedScripts()
|