Searched refs:wait (Results 201 - 225 of 814) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c37 #include <sys/wait.h>
120 if (wait(&status) < 0)
229 if (wait(&status) < 0) {
230 warn("wait");
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h38 /// of type T. Threads can efficiently wait for bits within T to be set
39 /// or reset, or wait for T to be set to be equal/not equal to a
110 /// into a wait state. It may be necessary for the calling code to use
117 /// How long to wait for the condition to hold.
126 m_condition.wait(lock, RealCond);
142 /// waiting thread wakes up, it will go back into a wait state. It
150 /// How long to wait for the condition to hold.
170 /// wakes up, it will go back into a wait state. It may be
178 /// How long to wait for the condition to hold.
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h68 #include <sys/wait.h>
/freebsd-13-stable/lib/libc/net/
H A Drcmdsh.c44 #include <sys/wait.h>
/freebsd-13-stable/lib/libc/rpc/
H A Drpc_soc.c164 struct timeval wait, int *sockp, u_int sendsz, u_int recvsz)
173 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait);
179 struct timeval wait, int *sockp)
182 return clntudp_bufcreate(raddr, program, version, wait, sockp,
163 clntudp_bufcreate(struct sockaddr_in *raddr, u_long prog, u_long vers, struct timeval wait, int *sockp, u_int sendsz, u_int recvsz) argument
178 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, struct timeval wait, int *sockp) argument
/freebsd-13-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c35 #include <sys/wait.h>
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dgets_s_test.c35 #include <sys/wait.h>
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dsafe_finger.c87 * Don't wait forever (Peter Wemm <peter@gecko.DIALix.oz.au>).
131 while ((wait_pid = wait(&finger_status)) != -1 && wait_pid != finger_pid)
/freebsd-13-stable/contrib/tcsh/
H A Dtc.func.c40 #include <sys/wait.h>
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dprivate.h114 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dexecutor.hpp45 /// 3) Call wait() or wait_any() to wait for completion of a process started
47 /// 4) Use the returned exit_handle object by wait() or wait_any() to query
54 /// spawn() and spawn_followup() are balanced with wait() and wait_any() calls.
216 exit_handle wait(const exec_handle);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp19 #include <sys/wait.h>
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp30 #include <sys/wait.h>
339 atf::utils::wait(pid, exitstatus, expout, experr);
375 atf::utils::wait(child, 50, "Child output\n", "Child error\n");
379 atf::utils::wait(parent, 40,
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c36 #include <sys/wait.h>
98 * - ZFS_MODULE_TIMEOUT="<seconds>" - Seconds to wait for ZFS_DEV
132 * required. Busy wait for 10ms and then fall back to polling every
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c240 * with wait=0. This routine waits for the application shutdown to complete.
700 * @param wait 1 - Wait for shutdown completion
701 * 0 - Do not wait
706 int cvmx_app_hotplug_shutdown_request(uint32_t coremask, int wait) argument
735 if (wait)
773 * @param wait 1 - Wait for shutdown completion
774 * 0 - Do not wait
778 int cvmx_app_hotplug_unplug_cores(int index, uint32_t coremask, int wait) argument
816 if (wait)
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h31 #include <sys/wait.h>
62 * calling any of the wait/signal funs, and passed into the wait funs.
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/
H A Duser_ns_exec.c29 #include <sys/wait.h>
57 /* wait for parent to setup the uid mapping */
147 /* wait for the child to have unshared its namespaces */
/freebsd-13-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c51 #include <sys/wait.h>
/freebsd-13-stable/contrib/openpam/bin/su/
H A Dsu.c43 #include <sys/wait.h>
176 /* parent: wait for child to exit */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h71 /// Blocking destructor: the queue will wait for all work to complete.
73 Scheduler.wait();
78 /// used to wait for the task (and all previous tasks that have not yet
/freebsd-13-stable/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c6 #include <sys/wait.h>
/freebsd-13-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c38 #include <sys/wait.h>
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_file.c40 #include <sys/wait.h>
H A Dt_ttypty.c38 #include <sys/wait.h>
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c41 #include <sys/wait.h>

Completed in 155 milliseconds

1234567891011>>