Home
last modified time | relevance | path

Searched refs:wait_any_nohang (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dxfuncs.c324 pid_t FAST_FUNC wait_any_nohang(int *wstat) in wait_any_nohang() function
/dports/sysutils/busybox/busybox-1.26.2/runit/
H A Drunsvdir.c317 pid_t pid = wait_any_nohang(NULL); in runsvdir_main()
H A Drunsv.c611 child = wait_any_nohang(&wstat); in runsv_main()
H A Dsvlogd.c979 while ((pid = wait_any_nohang(&wstat)) > 0) { in sig_child_handler()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Dopen_transformer.c82 if (wait_any_nohang(&status) < 0) in check_errors_in_children()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dtcpudp.c230 while ((pid = wait_any_nohang(&wstat)) > 0) { in sig_child_handler()
H A Dtelnetd.c624 pid = wait_any_nohang(NULL); in handle_sigchld()
H A Dinetd.c1126 pid = wait_any_nohang(&status); in reap_child()
/dports/sysutils/busybox/busybox-1.26.2/init/
H A Dinit.c905 wpid = wait_any_nohang(NULL); in stop_handler()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/BSD/
H A Dinetd.c1071 pid = wait_any_nohang(&status); in reap_child()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1035 pid_t wait_any_nohang(int *wstat) FAST_FUNC;