Home
last modified time | relevance | path

Searched refs:WAIT_ANY (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dwait3.c45 return (_wait4(WAIT_ANY, istat, options, rup)); in wait3()
H A Dwait.c46 return (_wait4(WAIT_ANY, istat, 0, NULL)); in __wait()
/dragonfly/sys/sys/
H A Dwait.h92 #define WAIT_ANY (-1) /* any process */ macro
/dragonfly/usr.sbin/hotplugd/
H A Dhotplugd.c216 while ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) != 0) { in sigchild()
/dragonfly/sys/kern/
H A Dkern_exit.c925 if (id == WAIT_ANY) { in sys_wait4()