Searched refs:wait (Results 151 - 175 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-utils.h83 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) macro
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h76 #include <sys/wait.h>
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh_locl.h51 #include <sys/wait.h>
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h117 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/tests/gen/
H A Dftw_test.c34 #include <sys/wait.h>
/freebsd-11-stable/sbin/nfsiod/
H A Dnfsiod.c49 #include <sys/wait.h>
/freebsd-11-stable/contrib/tzcode/zic/
H A Dprivate.h81 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/freebsd-11-stable/sys/powerpc/include/
H A Ddbdma.h56 /* These codes are for the interrupt, branch, and wait flags */
125 * The interrupt/branch/wait selector let you specify a set of values
126 * of the device dependent status bits that will cause intterupt/branch/wait
142 uint8_t branch, uint8_t wait, uint32_t branch_slot);
/freebsd-11-stable/sys/sys/
H A Dwait.h29 * @(#)wait.h 8.2 (Berkeley) 7/10/94
40 * alternate interfaces that use it (wait, wait3, waitpid).
44 * Macros to test the exit status returned by wait and extract the relevant
70 * wait to not hang if there are no stopped or terminated processes, rather
73 * which stop due to signals. If children are stopped and a wait without
78 #define WNOHANG 1 /* Don't hang in wait. */
145 * Should be used in kernel to construct the wait(2)-compatible process
158 pid_t wait(int *);
/freebsd-11-stable/tools/regression/capsicum/syscalls/
H A Dcap_getmode.c36 #include <sys/wait.h>
141 * wait(2) and friends are not permitted in the capability mode,
142 * so we can only just wait for a while.
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_sched_setpriority.c44 #include <sys/wait.h>
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c43 #include <sys/wait.h>
/freebsd-11-stable/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c3 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddn11.c106 while ((nw = wait(&lt)) != child && nw != -1)
/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c153 int wait; local
155 for (wait = COMC_TXWAIT; wait > 0; wait--)
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc2.c40 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c38 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigaction.c34 #include <sys/wait.h>
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c153 int wait; local
155 for (wait = COMC_TXWAIT; wait > 0; wait--)
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzld.c33 #include <sys/wait.h>
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c51 #include <sys/wait.h>
/freebsd-11-stable/usr.sbin/pw/
H A Dpwupd.c34 #include <sys/wait.h>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTaskPool.h32 // newly created task. The caller of this function has to wait on the future
38 // Run all of the specified tasks on the task pool and wait until all of them
42 // then call wait() on each returned future.
74 f.wait();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h33 #include <sys/wait.h>
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp39 condition_variable::wait(unique_lock<mutex>& lk) _NOEXCEPT
43 "condition_variable::wait: mutex not locked");
46 __throw_system_error(ec, "condition_variable wait failed");
56 "condition_variable::timed wait: mutex not locked");

Completed in 388 milliseconds

1234567891011>>