Searched refs:wait (Results 1 - 25 of 776) sorted by path

1234567891011>>

/freebsd-11-stable/bin/ed/
H A Dglbl.c34 #include <sys/wait.h>
H A Dmain.c59 #include <sys/wait.h>
/freebsd-11-stable/bin/mv/
H A Dmv.c51 #include <sys/wait.h>
/freebsd-11-stable/bin/pax/
H A Dar_io.c46 #include <sys/wait.h>
312 * forced to wait for the rewind to complete) so tell the user what is
/freebsd-11-stable/bin/pwait/
H A Dpwait.c40 #include <sys/wait.h>
61 * pwait - wait for processes to terminate
/freebsd-11-stable/bin/rcp/
H A Dutil.c40 #include <sys/wait.h>
/freebsd-11-stable/bin/sh/
H A Deval.c46 #include <sys/wait.h> /* For WIFSIGNALED(status) */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c33 #include <sys/wait.h>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c36 #include <sys/wait.h>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.gcc.c30 #include <sys/wait.h>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Dtst.probestar.d47 syscall::*wait*:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c30 #include <sys/wait.h>
47 (void) wait(NULL);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c42 #include <sys/wait.h>
1461 * Spawn the specified command and wait for it to complete.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c43 #include <sys/wait.h>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c86 #include <sys/wait.h>
H A Ddt_proc.c79 #include <sys/wait.h>
252 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
416 * Our intent is really not just to wait for the victim to run, but rather to
417 * wait for it to run and then stop again for a reason other than the current
499 * libdtrace client wishes to exit or abort our wait, SIGCANCEL can be used.
564 * Check for an appropriate stop request and wait for dt_proc_continue.
632 * setting the process running ourself, we wait for
801 * then wait for dpr_done to indicate the thread has exited.
898 * If the control thread was created, then wait on dpr_cv for either
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4796 % But wait, there is a catch there:
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c459 s = sigsuspend(&mask); /* wait for child to set up */
462 s = sigpause(0); /* wait for child to set up */
808 } else { /* wait for child to die before continue */
809 if (wait(&status) != child) {
879 if (wait(&result) == masterpid) {
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h99 # include <sys/wait.h>
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c242 apr_interval_time_t wait; local
306 wait = waiting_time(me);
308 wait = me->idle_wait;
312 wait = -1;
314 if (wait >= 0) {
315 apr_thread_cond_timedwait(me->cond, me->lock, wait);
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dotherchild.c31 #include <sys/wait.h>
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp37 #include <sys/wait.h>
H A Dprocess.cpp302 impl::child::wait(void) function in class:impl::child
H A Dprocess.hpp210 status wait(void);
H A Dtest_helpers.hpp105 const atf::process::status s = c.wait();

Completed in 319 milliseconds

1234567891011>>