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

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Drogue.exp15 wait
/macosx-10.10.1/kext_tools-384.1.4/
H A Dfork_program.h17 Boolean wait);
H A Dfork_program.c13 #include <sys/wait.h>
18 * Fork a process after a specified delay, and either wait on it to exit or
21 * Returns -2 on spawn() failure, -1 on other failure, and depending on wait:
22 * wait: true - exit status of forked program
23 * wait: false - pid of background process
25 int fork_program(const char * argv0, char * const argv[], Boolean wait) argument
68 if (!wait) {
86 argv0, child_pid, wait ? "" : "a");
88 if (wait) {
/macosx-10.10.1/OpenSSH-189/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);
/macosx-10.10.1/cxxfilt-11/cxxfilt/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);
/macosx-10.10.1/KerberosHelper-151/regression/
H A Dkinit.tcl18 exit [lindex [wait] 3]
H A Dkdcsetup.tcl16 exit [lindex [wait] 3]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h24 * ast POSIX wait/exit support
35 __STDPP__directive pragma pp:hide wait waitpid
37 #define wait ______wait
40 #include <sys/wait.h>
42 __STDPP__directive pragma pp:nohide wait waitpid
44 #undef wait
95 extern pid_t wait(int*);
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dctl_transact.c55 #define CTL_WAIT 2 /* time to wait for a response, in seconds */
71 struct timeval wait; local
84 wait.tv_sec = CTL_WAIT;
85 wait.tv_usec = 0;
97 nready = select(ctl_sockt + 1, &read_mask, 0, 0, &wait);
118 timerclear(&wait);
119 nready = select(ctl_sockt + 1, &read_mask, 0, 0, &wait);
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dcandidate.c57 struct timeval then, wait; local
68 wait.tv_sec = 0;
69 wait.tv_usec = 0;
70 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) {
74 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) {
97 (void)gettimeofday(&wait, 0);
98 timevalsub(&wait,&then,&wait);
99 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransactionConfig.java41 private boolean wait = false; field in class:TransactionConfig
195 Configure the transaction to not wait if a lock request cannot be
201 If true, transactions will not wait if a lock request cannot be
209 Return if the transaction is configured to not wait if a lock
213 If the transaction is configured to not wait if a lock request
281 Configure the transaction to wait if a lock request cannot be
286 @param wait
287 If true, transactions will wait if a lock request cannot be
290 public void setWait(final boolean wait) { argument
291 this.wait
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dwait.c31 static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/wait.c,v 1.7 2007/01/09 00:27:56 imp Exp $");
39 #include <sys/wait.h>
59 __weak_reference(__wait, wait);
H A Dwait3.c39 #include <sys/wait.h>
/macosx-10.10.1/WTF-7600.1.24/wtf/threads/
H A DBinarySemaphore.cpp50 bool BinarySemaphore::wait(double absoluteTime) function in class:WTF::BinarySemaphore
/macosx-10.10.1/dtrace-147/DTTk/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
53 io:::wait-start
59 io:::wait-done
63 * wait-done is used as we are measing wait times. It also
/macosx-10.10.1/dtrace-147/DTTk/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
53 io:::wait-start
59 io:::wait-done
63 * wait-done is used as we are measing wait times. It also
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.wait.h1 /* $Header: /p/tcsh/cvsroot/tcsh/tc.wait.h,v 3.14 2004/12/25 21:15:08 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...]
/macosx-10.10.1/apr-32/apr/apr/locks/beos/
H A Dthread_cond.c86 struct waiter_t *wait; local
98 wait = APR_RING_FIRST(&cond->flist);
99 if (wait)
100 APR_RING_REMOVE(wait, link);
102 wait = make_waiter(cond->pool);
103 APR_RING_INSERT_TAIL(&cond->alist, wait, waiter_t, link);
112 rv = acquire_sem_etc(wait->sem, 1, flags, timeout);
122 APR_RING_REMOVE(wait, link);
123 APR_RING_INSERT_TAIL(&cond->flist, wait, waiter_t, link);
/macosx-10.10.1/lsof-53/lsof/tests/
H A DLsofTest.h118 #include <sys/wait.h>
131 #include <sys/wait.h>
144 #include <sys/wait.h>
161 #include <sys/wait.h>
174 #include <sys/wait.h>
201 #include <sys/wait.h>
214 #include <sys/wait.h>
250 #include <sys/wait.h>
268 #include <sys/wait.h>
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h24 /* If _POSIX_VERSION is not defined, we assume that <sys/wait.h> defines
25 a `union wait' and various macros used to manipulate it. Look in
28 # include <sys/wait.h>
36 int, but for other systems we have to crack the union wait. */
38 typedef union wait WAIT;
52 passed as an `int', in the non-POSIX version, as `union wait'. */
H A Dunionwait.h1 /* unionwait.h -- definitions for using a `union wait' on systems without
26 union wait union
56 union wait union
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_nsobject.py41 self, aSelector, thread, arg, wait):
48 'pyobjc_performOnThread:', thread, (aSelector, arg), wait)
52 self, aSelector, thread, arg, wait, modes):
59 'pyobjc_performOnThread:', thread, (aSelector, arg), wait, modes)
98 self, aSelector, arg, wait):
105 'pyobjc_performOnThread:', (aSelector, arg), wait)
109 self, aSelector, arg, wait, modes):
116 'pyobjc_performOnThread:', (aSelector, arg), wait, modes)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_nsobject.py41 self, aSelector, thread, arg, wait):
48 'pyobjc_performOnThread:', thread, (aSelector, arg), wait)
52 self, aSelector, thread, arg, wait, modes):
59 'pyobjc_performOnThread:', thread, (aSelector, arg), wait, modes)
98 self, aSelector, arg, wait):
105 'pyobjc_performOnThread:', (aSelector, arg), wait)
109 self, aSelector, arg, wait, modes):
116 'pyobjc_performOnThread:', (aSelector, arg), wait, modes)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/Foundation/
H A D_nsobject.py55 self, aSelector, thread, arg, wait):
62 b'_pyobjc_performOnThread:', thread, (aSelector, arg), wait)
66 self, aSelector, thread, arg, wait, modes):
73 b'_pyobjc_performOnThread:', thread, (aSelector, arg), wait, modes)
111 self, aSelector, arg, wait):
118 b'_pyobjc_performOnThread:', (aSelector, arg), wait)
122 self, aSelector, arg, wait, modes):
129 b'_pyobjc_performOnThread:', (aSelector, arg), wait, modes)

Completed in 366 milliseconds

1234567891011>>