Searched refs:wait (Results 101 - 125 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c48 #include <sys/wait.h>
195 while ((pid = wait(&status)) != child)
199 err("*wait");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp67 ThreadsCreated.get_future().wait();
96 Cond.wait(Lock, [&] { return Stop || !WorkStack.empty(); });
118 // but does not wait for the threads to finish. The wait for worker thread
125 // finish. The wait is important as it prevents intermittent crashes on
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c32 #include <sys/wait.h>
115 ATF_REQUIRE(wait(&status) == pid);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c423 * wait for a notification from the backend (netmap_rx_irq). */
446 wait_queue_t wait; member in struct:sync_kloop_poll_entry
487 init_waitqueue_entry(&entry->wait, current);
489 init_waitqueue_func_entry(&entry->wait,
492 add_wait_queue(wqh, &entry->wait);
496 sync_kloop_tx_kick_wake_fun(wait_queue_t *wait, unsigned mode, argument
500 container_of(wait, struct sync_kloop_poll_entry, wait);
508 sync_kloop_tx_irq_wake_fun(wait_queue_t *wait, unsigned mode, argument
512 container_of(wait, struc
528 sync_kloop_rx_kick_wake_fun(wait_queue_t *wait, unsigned mode, int wake_flags, void *key) argument
540 sync_kloop_rx_irq_wake_fun(wait_queue_t *wait, unsigned mode, int wake_flags, void *key) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.c99 ret = (*the_target->wait) (statusp);
H A Dtarget.h88 unsigned char (*wait) (char *status); member in struct:target_ops
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.h133 int cvmx_app_hotplug_unplug_cores(int index, uint32_t coremask, int wait);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h73 #include <sys/wait.h>
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dcommon.h53 #include <sys/wait.h>
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_locl.h76 #include <sys/wait.h>
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dheaders.h75 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c38 #include <sys/wait.h>
93 * Block SIGINT/QUIT because sh -c handles it and wait for
/freebsd-11-stable/lib/libutil/
H A Dlogin_auth.c38 #include <sys/wait.h>
106 sleep(5); /* wait an arbitrary time to drain */
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c164 sdp_post_sends(struct sdp_sock *ssk, int wait) argument
189 ssk->recv_bytes - SDP_HEAD_SIZE, wait);
222 mb = sdp_alloc_mb_data(ssk->socket, wait);
238 mb = sdp_alloc_mb_disconnect(sk, wait);
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.c33 #include <sys/wait.h>
105 /* Parent: wait for result from child. */
H A Dcap_test_pdfork.c46 #include <sys/wait.h>
H A Dcap_test_pdkill.c45 #include <sys/wait.h>
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c341 /* enable DCU to wait for next fragment from QCU */
626 u_int wait;
638 for (wait = timeout / AH_TIME_QUANTUM; wait != 0; wait--) {
646 if (wait == 0) {
700 wait = timeout / AH_TIME_QUANTUM;
702 if ((--wait) == 0) {
716 return (wait != 0);
731 u_int wait; local
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_utils.c30 #include <sys/wait.h>
/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c33 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_fork.c40 #include <sys/wait.h>
/freebsd-11-stable/tests/sys/file/
H A Dnewfileops_on_fork_test.c41 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c38 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c39 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fexecve.c34 #include <sys/wait.h>

Completed in 168 milliseconds

1234567891011>>