Searched refs:wait (Results 126 - 150 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgsnd.c37 #include <sys/wait.h>
112 (void)wait(&sta);
270 (void)wait(&sta);
339 (void)wait(&sta);
H A Dt_msgctl.c37 #include <sys/wait.h>
165 (void)wait(&sta);
216 (void)wait(&sta);
236 (void)wait(&sta);
H A Dt_recvmmsg.c44 #include <sys/wait.h>
148 error = wait(&status);
149 ATF_REQUIRE_MSG(error != -1, "wait failed (%s)",
H A Dt_revoke.c35 #include <sys/wait.h>
174 (void)wait(&sta);
/freebsd-11-stable/sys/sys/
H A Dprocctl.h39 #include <sys/wait.h>
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_n.c29 #include <sys/wait.h>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h48 /// Blocking destructor: the pool will wait for all the threads to complete.
52 /// used to wait for the task to finish and is *non-blocking* on destruction.
61 /// used to wait for the task to finish and is *non-blocking* on destruction.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
69 void wait();
73 /// used to wait for the task to finish and is *non-blocking* on destruction.
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp77 cv.wait(l, [&] { return started; });
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h38 #include <sys/wait.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-event.c17 # include <sys/wait.h>
H A Dt-shm.c18 # include <sys/wait.h>
192 /* wait a momemt so the segment is still in use */
258 (void) wait(&status);
/freebsd-11-stable/lib/libsysdecode/
H A Dsyscallnames.c38 #include <sys/wait.h>
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c105 aq100x_reset(struct cphy *phy, int wait) argument
108 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait);
229 int err, wait = 500; local
245 } while (v && --wait);
468 unsigned int v, v2, gpio, wait; local
489 wait = 500; /* in 10ms increments */
504 } while (v && --wait);
H A Dcxgb_tn1010.c76 static int tn1010_reset(struct cphy *phy, int wait) argument
78 int err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait);
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbd.c198 hvkbd_do_poll(hv_kbd_sc *sc, uint8_t wait) argument
202 if (!wait)
247 hvkbd_read_char_locked(keyboard_t *kbd, int wait) argument
305 /* Currently wait is always false. */
307 hvkbd_read_char(keyboard_t *kbd, int wait) argument
312 keycode = hvkbd_read_char_locked(kbd, wait);
439 hvkbd_read(keyboard_t *kbd, int wait) argument
445 return hvkbd_read_char_locked(kbd, wait);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmaster.c72 struct timeval wait, ntime; local
100 wait.tv_sec = pollingtime - ntime.tv_sec;
101 if (wait.tv_sec < 0)
102 wait.tv_sec = 0;
103 wait.tv_usec = 0;
104 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
394 struct timeval check, stop, wait; local
435 wait.tv_sec = 0;
436 wait.tv_usec = 0;
438 &wait,
[all...]
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c42 #include <sys/wait.h>
183 /* The first wait() should report the stop from SIGSTOP. */
192 /* The second wait() should report the exit status. */
239 /* The second wait() should report the exit status. */
298 /* Wait for parent's failed wait. */
323 * This wait should return a pid of 0 to indicate no status to
330 /* Signal the debugger to wait for the child. */
349 * various wait() calls in the parent must avoid failing with ESRCH by
402 /* Wait for parent's failed wait. */
422 /* A WNOHANG wait her
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c33 #include <sys/wait.h>
209 wait(&status);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c6 #include <sys/wait.h>
196 apid = wait(&status);
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c36 #include <sys/wait.h>
225 wait(&status);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp149 __assoc_sub_state::wait() function in class:__assoc_sub_state
168 __cv_.wait(__lk);
H A Dmutex.cpp107 __cv_.wait(lk);
157 __cv_.wait(lk);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp105 const atf::process::status s = c.wait();
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp96 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c36 #include <sys/wait.h>

Completed in 190 milliseconds

1234567891011>>