Searched refs:wait (Results 476 - 500 of 776) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp331 Pool.wait();
341 Pool.wait();
345 Pool.wait();
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c1148 * This is a polled command, so busy-wait for it to complete.
1256 for (int wait = 0; wait < 20000; wait++)
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess.c29 #include <sys/wait.h>
/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils_test.c29 #include <sys/wait.h>
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c155 wait (&status);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.c488 if (obj->funcs->wait (obj, obj->children[i], &obj->status[i],
560 /* If the caller forgot to wait for the children, we do it here, to
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c41 #include <sys/wait.h>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c43 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/tests/gen/
H A Dwordexp_test.c35 #include <sys/wait.h>
/freebsd-11-stable/lib/libnv/tests/
H A Dnvlist_send_recv_test.c34 #include <sys/wait.h>
/freebsd-11-stable/libexec/atrun/
H A Datrun.c40 #include <sys/wait.h>
341 /* We're the parent. Let's wait.
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c32 #include <sys/wait.h>
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c34 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/script/
H A Dscript.c42 #include <sys/wait.h>
/freebsd-11-stable/contrib/dma/
H A Ddma.c43 #include <sys/wait.h>
/freebsd-11-stable/contrib/bmake/
H A Dcompat.c103 #include "wait.h"
224 pid_t retstat; /* Result of wait */
416 * The child is off and running. Now all we can do is wait...
420 while ((retstat = wait(&reason)) != cpid) {
493 Fatal("error in wait: %d: %s", retstat, strerror(errno));
/freebsd-11-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c36 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c41 #include <sys/wait.h>
367 ERRX(EXIT_FAILURE, "wait (%s)", strerror(errno));
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c39 #include <sys/wait.h>
H A Driostream.c40 #include <sys/wait.h>
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c44 #include <linux/wait.h>
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S275 wfi /* wait for interrupt */
345 2: dsb @ wait for stores to finish
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c79 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c38 #include <sys/wait.h>
/freebsd-11-stable/sbin/hastd/
H A Dcontrol.c36 #include <sys/wait.h>

Completed in 368 milliseconds

<<11121314151617181920>>