Searched refs:wait (Results 226 - 250 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_nfs.c32 #include <sys/wait.h>
260 wait(&status);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c37 #include <sys/wait.h>
129 (void)wait(&sta);
H A Dt_dup.c36 #include <sys/wait.h>
350 (void)wait(&sta);
H A Dt_nanosleep.c35 #include <sys/wait.h>
182 (void)wait(&sta);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c79 #include <sys/wait.h>
438 if (wait(NULL) == -1)
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_mv88e1xxx.c135 * Reset the PHY. If 'wait' is set wait until the reset completes.
137 static int mv88e1xxx_reset(struct cphy *cphy, int wait) argument
139 return t3_phy_reset(cphy, 0, wait);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c184 wake_up(&chp->wait);
207 wake_up(&chp->wait);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c128 ** SENDMAIL_MPE__EXIT -- wait for children to terminate, then _exit()
131 ** we must call wait() before _exit() in order to prevent this
151 result = wait(NULL);
157 ** SENDMAIL_MPE_EXIT -- wait for children to terminate, then exit()
160 ** we must call wait() before exit() in order to prevent this
180 result = wait(NULL);
/freebsd-11-stable/sbin/fsck/
H A Dpreen.c45 #include <sys/wait.h>
162 printf("Parallel wait\n");
163 while ((pid = wait(&status)) != -1) {
/freebsd-11-stable/sbin/quotacheck/
H A Dpreen.c45 #include <sys/wait.h>
145 while ((pid = wait(&status)) != -1) {
/freebsd-11-stable/tools/regression/sysvsem/
H A Dsemtest.c41 #include <sys/wait.h>
235 if (wait(&cstatus) == -1)
236 err(1, "wait");
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c44 #include <sys/wait.h>
215 (void)wait(NULL);
/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c33 #include <sys/wait.h>
345 while (!child_done && wait(&pstat) == -1) {
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c31 #include <sys/wait.h>
204 wait(&status);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dsubr.c55 #include <sys/wait.h>
284 union wait status;
/freebsd-11-stable/sys/kern/
H A Dsubr_eventhandler.c186 bool wait)
220 while (wait && list->el_runcount > 0)
185 _eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag, bool wait) argument
/freebsd-11-stable/lib/libedit/TEST/
H A Dtc1.c53 #include <sys/wait.h>
290 if (wait(&num) == -1)
291 perror("wait");
H A Dwtc1.c7 #include <sys/wait.h>
265 if (wait(&rc) == -1)
266 perror("wait");
/freebsd-11-stable/sys/vm/
H A Duma_int.h340 void *uma_large_malloc(vm_size_t size, int wait);
424 int wait);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp83 struct timespec wait = {1, 0}; // 1 second. local
85 if (gethostuuid(uuid, &wait) != 0)
328 // Exponentially increase the time we wait for the lock to be removed.
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h194 #include <sys/wait.h>
642 #define apr_wait_t union wait
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c240 while ((p = wait(&status)) > 0 && p != cpid)
310 kill(tipout_pid, SIGIOT); /* put TIPOUT into a wait state */
322 sleep(5); /* wait for remote stty to take effect */
363 do { /* wait for prompt */
431 * wait for echo & handle timeout
485 kill(tipout_pid, SIGIOT); /* put TIPOUT into a wait state */
498 while ((p = wait(&status)) > 0 && p != cpid)
538 kill(tipout_pid, SIGIOT); /* put TIPOUT into a wait state */
551 while ((p = wait(&status)) > 0 && p != cpid)
591 while (shpid != wait(
[all...]
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dchrome_kb.c297 ckb_read(keyboard_t *kbd, int wait) argument
337 ckb_read_char_locked(keyboard_t *kbd, int wait) argument
371 if (!wait) {
419 /* Currently wait is always false. */
421 ckb_read_char(keyboard_t *kbd, int wait) argument
426 keycode = ckb_read_char_locked(kbd, wait);
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c43 #include <sys/wait.h>
592 union wait wstatus;
618 * can read that, and kill that process. We'll wait around
626 /* wait for child */
640 while (wait(&wstatus) != pid) /* do nothing */
/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c481 slb_uma_real_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
492 malloc2vm_flags(wait) | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED,
502 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)

Completed in 202 milliseconds

1234567891011>>