Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h80 #define WNOHANG 1 /* Don't hang in wait. */ macro
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c134 wpid = waitpid(pid, &status, WNOHANG); in _zed_exec_fork_child()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c483 pid = waitpid(-1, &status, WNOHANG); in ngx_process_get_status()
/f-stack/dpdk/app/test/
H A Dtest_kni.c186 p_ret = waitpid(pid, &status, WNOHANG); in test_kni_link_change()
/f-stack/freebsd/kern/
H A Dkern_exit.c1232 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 Dserver.c1233 if ((pid = wait3(&statloc,WNOHANG,NULL)) != 0) { in serverCron()
H A Dsentinel.c822 while ((pid = wait3(&statloc,WNOHANG,NULL)) > 0) { in sentinelCollectTerminatedScripts()