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

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading.cpp136 void Condition::wait() function in class:Condition
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp37 #include <sys/wait.h>
H A Dsys_unix.c49 #include <sys/wait.h>
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.cpp68 bool wait(double absoluteTime) function in class:IPC::Connection::SyncMessageState
70 return m_waitForSyncReplySemaphore.wait(absoluteTime);
424 // Now wait for it to be set.
434 // Now we wait.
475 // Then wait for a reply. Waiting for a reply could involve dispatching incoming sync messages, so
516 pendingReply.semaphore.wait(currentTime() + (timeout.count() / 1000.0));
575 timedOut = !m_syncMessageState->wait(absoluteTime);
723 // will then wait indefinitely for a reply.
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Dotherchild.c31 #include <sys/wait.h>
/macosx-10.10.1/autofs-246/autofsd/
H A Dautofsd.c26 #include <sys/wait.h>
177 * Now wait to be told to update the mounts.
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h196 int wait(int *);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dsanity_test.c35 #include <sys/wait.h>
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp216 status wait(void);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dsignals_test.cpp253 const atf::process::status s = c.wait();
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dscutil.c38 * - added "-w" option to check/wait for the presence of a
95 // { "wait-key", required_argument, NULL, 'w' },
337 SCPrint(TRUE, stderr, CFSTR("\t-t\ttime to wait for key\n"));
413 char *wait = NULL; local
443 wait = optarg;
520 if (wait) {
521 do_wait(wait, timeout);
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupsaddsmb.c30 #include <sys/wait.h>
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_atfork.c300 #include <sys/wait.h>
/macosx-10.10.1/groff-38/groff/src/include/
H A Dnonposix.h227 # define WAIT(s,p,m) wait(s)
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h196 int wait(int *);
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dcompat.h86 #include <sys/wait.h>
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dcompat.h86 #include <sys/wait.h>
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-sink.c59 #include <sys/wait.h>
/macosx-10.10.1/postfix-255/postfix/src/spawn/
H A Dspawn.c129 #include <sys/wait.h>
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dspawn_command.c64 /* spawn_command() returns the exit status as defined by wait(2).
81 #include <sys/wait.h>
310 msg_fatal("wait: %m");
H A Dsys_compat.c174 #include <sys/wait.h>
/macosx-10.10.1/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c29 #include <sys/wait.h>
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dannounce.c49 #include <sys/wait.h>
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Ddefs.h58 #include <sys/wait.h>
/macosx-10.10.1/shell_cmds-179/apply/
H A Dapply.c47 #include <sys/wait.h>

Completed in 224 milliseconds

1234567891011>>