Searched refs:wait (Results 1 - 25 of 569) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c43 (void) wait(NULL);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dwaitpid.c5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dwaitpid.c5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c29 #include <sys/wait.h>
35 union wait statusp;
43 /* wait4() wants pid=0 for indiscriminate wait. */
H A Dbsd-nextstep.c29 #include <sys/wait.h>
35 union wait statusp;
38 #undef wait /* Use NeXT's wait() function */ macro
39 wait_pid = wait(&statusp);
/freebsd-9.3-release/lib/libc/gen/
H A Dwait.c31 static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93";
39 #include <sys/wait.h>
49 __weak_reference(__wait, wait);
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dcandidate.c51 struct timeval then, wait; local
62 wait.tv_sec = 0;
63 wait.tv_usec = 0;
64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) {
68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) {
91 (void)gettimeofday(&wait, 0);
92 timevalsub(&wait,&then,&wait);
93 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
/freebsd-9.3-release/sys/amd64/amd64/
H A Duma_machdep.c43 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) argument
51 if ((wait & (M_NOWAIT|M_USE_RESERVE)) == M_NOWAIT)
55 if (wait & M_ZERO)
60 if (wait & M_NOWAIT)
68 if ((wait & M_NODUMP) == 0)
71 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-9.3-release/usr.bin/talk/
H A Dctl_transact.c45 #define CTL_WAIT 2 /* time to wait for a response, in seconds */
57 struct timeval wait; local
70 wait.tv_sec = CTL_WAIT;
71 wait.tv_usec = 0;
83 nready = select(32, &read_mask, 0, 0, &wait);
104 timerclear(&wait);
105 nready = select(32, &read_mask, 0, 0, &wait);
/freebsd-9.3-release/sys/ia64/ia64/
H A Duma_machdep.c42 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) argument
50 if ((wait & (M_NOWAIT|M_USE_RESERVE)) == M_NOWAIT)
54 if (wait & M_ZERO)
60 if (wait & M_NOWAIT)
68 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Diofile.d3 * iofile.d - I/O wait time by filename and process.
6 * This prints the total I/O wait times for each filename by process.
13 * USAGE: iofile.d # wait, then hit Ctrl-C to end
18 * TIME Total wait time for disk events, us
54 io:::wait-start
60 io:::wait-done
64 * wait-done is used as we are measing wait times. It also
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Disk/
H A Diofile.d3 * iofile.d - I/O wait time by filename and process.
6 * This prints the total I/O wait times for each filename by process.
13 * USAGE: iofile.d # wait, then hit Ctrl-C to end
18 * TIME Total wait time for disk events, us
54 io:::wait-start
60 io:::wait-done
64 * wait-done is used as we are measing wait times. It also
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.wait.h1 /* $Header: /p/tcsh/cvsroot/tcsh/tc.wait.h,v 3.15 2011/02/04 18:00:26 christos Exp $ */
3 * tc.wait.h: <sys/wait.h> for machines that don't have it or have it and
38 * a little complicated #include <sys/wait.h>! :-(
39 * We try to use the system's wait.h when we can...
53 # include <sys/wait.h> /* 7.0 fixed it again */
57 # include <sys/wait.h>
65 # include "mi.wait.h"
68 # include <sys/wait.h>
75 * This wait i
77 union wait { union
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Ddselect.c24 #include <sys/wait.h>
H A Dfselect.c24 #include <sys/wait.h>
H A Dgauge.c24 #include <sys/wait.h>
H A Dmsg.c24 #include <sys/wait.h>
H A Dprgbox.c24 #include <sys/wait.h>
H A Dtext.c24 #include <sys/wait.h>
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_wait.c39 __weak_reference(_wait, wait);
/freebsd-9.3-release/sys/mips/mips/
H A Duma_machdep.c43 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) argument
53 if ((wait & (M_NOWAIT|M_USE_RESERVE)) == M_NOWAIT)
61 if (wait & M_NOWAIT)
71 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-9.3-release/sys/sys/
H A Dprocctl.h47 #include <sys/wait.h>
/freebsd-9.3-release/sys/powerpc/aim/
H A Duma_machdep.c52 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) argument
60 if ((wait & (M_NOWAIT|M_USE_RESERVE)) == M_NOWAIT)
64 if (wait & M_ZERO)
70 if (wait & M_NOWAIT)
82 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-9.3-release/contrib/cvs/lib/
H A Dmkdir.c73 while (wait (&status) != cpid) /* Wait for kid to finish. */
115 while (wait (&status) != cpid) /* Wait for kid to finish. */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_wait.h1 /* Standard wait macros.
25 #include <sys/wait.h> /* POSIX */
28 #include <wait.h> /* legacy */
32 /* Define how to access the int that the wait system call stores.
41 <sys/wait.h> defines, since our code does not use waitpid() (but
43 wait() and waitpid(). */

Completed in 231 milliseconds

1234567891011>>