Searched refs:wait (Results 276 - 300 of 706) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDACommand.c35 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpopper.h69 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dkadm_conn.c36 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drkpty.c40 #include <sys/wait.h>
H A Dsimple_exec.c42 #include <sys/wait.h>
67 ((time_t)-1) kill child with SIGTERM and wait for child to exit
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCommand.cpp156 res = fSyncWakeup->wait();
158 if (res) IOLog("%s %u: fSyncWakeup->wait returned %x\n", __FILE__, __LINE__, res) ;
H A DIOFWDCL.h247 IOReturn setWaitControl( bool wait ) ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.h162 static IOReturn S_SetDCLWaitControl( NuDCLRef dcl, Boolean wait ) ;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dpopen.c46 #include <sys/wait.h>
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdlib.h65 #include <sys/wait.h>
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading.h139 void lock(); // lock and wait
164 void wait(); // wait for signal
H A Dunixchild.cpp135 // This call cannot wait for multiple children; you'll have
138 void Child::wait() function in class:Security::UnixPlusPlus::Child
145 reaped = checkStatus(0); // wait for it
397 // Perform an idempotent check for dead children, as per the UNIX wait() system calls.
428 continue; // benign, but retry the wait()
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading.h139 void lock(); // lock and wait
164 void wait(); // wait for signal
H A Dunixchild.cpp135 // This call cannot wait for multiple children; you'll have
138 void Child::wait() function in class:Security::UnixPlusPlus::Child
145 reaped = checkStatus(0); // wait for it
397 // Perform an idempotent check for dead children, as per the UNIX wait() system calls.
428 continue; // benign, but retry the wait()
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr.h.in182 #include <sys/wait.h>
513 #define apr_wait_t union wait
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp306 impl::child::wait(void) function in class:impl::child
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DIPv6Socket.c42 #include <sys/wait.h>
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.c40 #include <sys/wait.h>
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_client.c35 #include <sys/wait.h>
/macosx-10.10.1/cron-39/cron/
H A Dcron.h45 #include <sys/wait.h>
H A Dpopen.c303 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_wb.c37 #include <sys/wait.h>
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsockfilt.c516 HANDLE handle; /* actual handle to wait for during select */
538 /* retrieve the type of file to wait on */
630 /* The handle has an unknown type, try to wait on it */
664 DWORD milliseconds, wait, idx; local
753 /* only wait for events for which we actually care */
802 /* wait for one of the internal handles to trigger */
803 wait = WaitForMultipleObjectsEx(nfd, handles, FALSE, milliseconds, FALSE);
815 if(wait != WAIT_FAILED && (wait - WAIT_OBJECT_0) <= idx &&
949 /* there's always a socket to wait fo
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpcmutex.h175 unsigned32 wait; /* total waits */ member in struct:rpc_cond_stats_t
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.c44 #include <sys/wait.h>

Completed in 197 milliseconds

<<11121314151617181920>>