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

1234567891011>>

/freebsd-11-stable/tests/sys/kern/pipe/
H A Dpipe_wraparound_test.c28 #include <sys/wait.h>
H A Dpipe_fstat_bug_test.c28 #include <sys/wait.h>
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dyield.c45 #include <sys/wait.h>
49 /* buzz: busy wait a random amount of time.
/freebsd-11-stable/tools/regression/posixsem2/
H A Dsemtest.c4 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dgets_s_test.c35 #include <sys/wait.h>
/freebsd-11-stable/lib/libproc/
H A Dproc_create.c32 #include <sys/wait.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c33 #include <linux/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c6 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c38 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c38 #include <sys/wait.h>
H A Dt_file.c40 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c41 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_pipe.c38 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c66 #include <sys/wait.h>
353 (void)wait(&sta);
403 (void)wait(&sta);
514 (void)wait(&sta);
H A Dt_pipe.c35 #include <sys/wait.h>
103 * the other side do partial write and wait for us to pick
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate_cg.c52 #include <sys/wait.h>
/freebsd-11-stable/contrib/openpam/bin/su/
H A Dsu.c43 #include <sys/wait.h>
176 /* parent: wait for child to exit */
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c40 #include <sys/wait.h>
/freebsd-11-stable/sys/arm/versatile/
H A Dpl050.c274 kmi_read(keyboard_t *kbd, int wait) argument
288 kmi_read_char_locked(keyboard_t *kbd, int wait) argument
308 /* Currently wait is always false. */
310 kmi_read_char(keyboard_t *kbd, int wait) argument
315 keycode = kmi_read_char_locked(kbd, wait);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp122 futures[i].wait();
/freebsd-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp19 #include <sys/wait.h>
/freebsd-11-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-11-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c35 #include <sys/wait.h>
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c474 * wait for any data; whether it's from the controller,
495 /* wait for data from the keyboard */
520 * wait for an ACK(FAh), RESEND(FEh), or RESET_FAIL(FCh) from the keyboard.
551 /* wait for data from the aux device */
576 * wait for an ACK(FAh), RESEND(FEh), or RESET_FAIL(FCh) from the aux device.
651 /* send a command to the keyboard and wait for ACK */
668 /* send a command to the auxiliary device and wait for ACK */
695 /* send a command and a data to the keyboard, wait for ACKs */
724 /* send a command and a data to the auxiliary device, wait for ACKs */
864 empty_kbd_buffer(KBDC p, int wait) argument
903 empty_aux_buffer(KBDC p, int wait) argument
942 empty_both_buffers(KBDC p, int wait) argument
[all...]

Completed in 176 milliseconds

1234567891011>>