Searched refs:wait (Results 76 - 100 of 706) sorted by relevance

1234567891011>>

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dmount_webdav.c26 #include <sys/wait.h>
63 union wait status;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsobject_additions.py26 selector, thread, object, wait):
29 assert isinstance(wait, bool)
31 self.calls.append((selector, thread, object, wait))
35 selector, thread, object, wait, modes):
38 assert isinstance(wait, bool)
40 self.calls.append((selector, thread, object, wait, modes))
63 selector, object, wait):
64 self.calls.append((selector, object, wait))
68 selector, object, wait, modes):
69 self.calls.append((selector, object, wait, mode
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kdfs/
H A Dk5dfspag.c36 #include <sys/wait.h>
123 union wait wait_status;
269 union wait wait_status;
306 /* parent, wait for child to finish */
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dcondition.c50 * for the wait condition
198 * we are waiting we need to release it and reacquire it as soon as the wait
202 * result of the wait. Note that EnterCriticalSection will wait to acquire
206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
212 * Get the thread events needed for the wait
236 return (wait(cond, mutex, INFINITE));
257 return (wait(cond, mutex, milliseconds));
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dcondition.c50 * for the wait condition
198 * we are waiting we need to release it and reacquire it as soon as the wait
202 * result of the wait. Note that EnterCriticalSection will wait to acquire
206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
212 * Get the thread events needed for the wait
236 return (wait(cond, mutex, INFINITE));
257 return (wait(cond, mutex, milliseconds));
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dclnt_udp.c131 * wait is the amount of time used between retransmitting a call if
263 clntudp_bufcreate(raddr, program, version, wait, sockp, sendsz, recvsz)
268 struct timeval wait;
276 struct timeval wait;
282 return clntudp_bufcreate_timeout(raddr, (uint32_t)program, (uint32_t)version, sockp, (uint32_t)sendsz, (uint32_t)recvsz, &wait, NULL);
286 clntudp_create(raddr, program, version, wait, sockp)
291 struct timeval wait;
297 struct timeval wait;
302 return clntudp_bufcreate(raddr, program, version, wait, sockp, UDPMSGSIZE, UDPMSGSIZE);
317 struct timeval utimeout; /* seconds to wait befor
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DParallelJobsGeneric.cpp121 m_threadCondition.wait(m_mutex);
137 sharedThread->m_threadCondition.wait(sharedThread->m_mutex);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPLock.c53 __SCPreferencesLock_helper(SCPreferencesRef prefs, Boolean wait) argument
71 wait ? SCHELPER_MSG_PREFS_LOCKWAIT : SCHELPER_MSG_PREFS_LOCK,
284 lockWithSCDynamicStore(SCPreferencesPrivateRef prefsPrivate, Boolean wait) argument
314 if (!wait) {
319 // wait for the lock to be released
356 SCPreferencesLock(SCPreferencesRef prefs, Boolean wait) argument
379 return __SCPreferencesLock_helper(prefs, wait);
409 if (lockWithSCDynamicStore(prefsPrivate, wait)) {
417 wait ? O_WRONLY|O_CREAT|O_EXLOCK
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dunicodeout.tcl55 pack [label $w.wait -text "Please wait while loading fonts..." \
115 destroy $w.wait
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DdialHDB.c26 #include <sys/wait.h>
108 if(child>0) /* We're parent, wait for child to exit */
115 wait(&stat); /* wait for child to exit */
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java143 * A thread to open iterator 1, then wait to be notified, then open
158 child1.wait();
174 * A thread to open iterator 2, then wait to be notified, then open
189 child2.wait();
210 parent.wait();
212 parent.wait();
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp_locl.h73 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dcommon.h53 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin_locl.h76 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dheaders.h75 #include <sys/wait.h>
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWSyncer.cpp80 IOReturn IOFWSyncer::wait(bool autoRelease) function in class:IOFWSyncer
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A Dmonitorlink.c291 // Now wait for a notification.
313 printf(" -w : wait for link event notification.\n");
333 int wait = 0; local
346 wait = 1;
403 if (wait)
406 while (wait);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlibc.h46 #include <sys/wait.h>
/macosx-10.10.1/NFS-82/nfsiod/
H A Dnfsiod.c63 #include <sys/wait.h>
/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A Dleaks.c32 #include <sys/wait.h>
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dleaks.c33 #include <sys/wait.h>
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dchild.cpp82 // Parent action during fork: wait until ready or dead, then return
86 // wait for either checkin or (premature) death
90 mCheckinCond.wait();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DBlockingResponseMap.h51 m_condition.wait(lock);
/macosx-10.10.1/apache-793/httpd/os/netware/
H A Dutil_nw.c29 int nlmUnloadSignaled(int wait);
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h26 #include <sys/wait.h>

Completed in 166 milliseconds

1234567891011>>