Searched refs:waitResult (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinConsole.c1165 DWORD count, waitResult;
1177 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1179 if (waitResult != (WAIT_OBJECT_0 + 1)) {
1265 DWORD count, toWrite, waitResult;
1278 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1280 if (waitResult != (WAIT_OBJECT_0 + 1)) {
1149 DWORD count, waitResult; local
1248 DWORD count, toWrite, waitResult; local
H A DtclWinTime.c870 DWORD waitResult;
902 waitResult = WaitForSingleObjectEx(timeInfo.exitEvent, 1000, FALSE);
903 if (waitResult == WAIT_OBJECT_0) {
859 DWORD waitResult; local
H A DtclWinPipe.c2899 DWORD waitResult;
2910 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
2912 if (waitResult != (WAIT_OBJECT_0 + 1)) {
3024 DWORD waitResult;
3034 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
3036 if (waitResult != (WAIT_OBJECT_0 + 1)) {
2868 DWORD waitResult; local
2992 DWORD waitResult; local
H A DtclWinSerial.c1338 DWORD bytesWritten, toWrite, waitResult;
1355 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1357 if (waitResult != (WAIT_OBJECT_0 + 1)) {
1321 DWORD bytesWritten, toWrite, waitResult; local
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinConsole.c1133 DWORD count, waitResult;
1145 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1147 if (waitResult != (WAIT_OBJECT_0 + 1)) {
1227 DWORD count, toWrite, waitResult;
1240 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1242 if (waitResult != (WAIT_OBJECT_0 + 1)) {
1118 DWORD count, waitResult; local
1211 DWORD count, toWrite, waitResult; local
H A DtclWinTime.c800 DWORD waitResult;
827 waitResult = WaitForSingleObjectEx(timeInfo.exitEvent, 1000, FALSE);
828 if ( waitResult == WAIT_OBJECT_0 ) {
791 DWORD waitResult; local
H A DtclWinPipe.c2893 DWORD waitResult;
2904 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
2906 if (waitResult != (WAIT_OBJECT_0 + 1)) {
3016 DWORD waitResult;
3026 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
3028 if (waitResult != (WAIT_OBJECT_0 + 1)) {
2862 DWORD waitResult; local
2984 DWORD waitResult; local
H A DtclWinSerial.c1283 DWORD bytesWritten, toWrite, waitResult; local
1299 waitResult = WaitForMultipleObjects(2, wEvents, FALSE, INFINITE);
1301 if (waitResult != (WAIT_OBJECT_0 + 1)) {
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c653 DWORD waitResult; local
675 waitResult = WaitForMultipleObjects( obj->waitCount, obj->waitHandles, FALSE, 2 * 1000 );
677 require_action_quiet( waitResult != ( WAIT_OBJECT_0 ), exit, err = WSA_E_CANCELLED );
678 err = translate_errno( ( waitResult == WAIT_OBJECT_0 + 1 ) || ( waitResult == WAIT_OBJECT_0 + 2 ), (OSStatus) GetLastError(), WSASERVICE_NOT_FOUND );
683 if ( waitResult == WAIT_OBJECT_0 + 1 )
691 else if ( waitResult == WAIT_OBJECT_0 + 2 )
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1874 int waitResult = THREAD_AWAKENED; local
1944 waitResult = thread_block(THREAD_CONTINUE_NULL);
1949 } while( wait && (waitResult != THREAD_TIMED_OUT));
2035 int waitResult = THREAD_AWAKENED; local
2072 waitResult = IOLockSleepDeadline( gJobsLock, &gIOTerminateWork,
2074 if( waitResult == THREAD_TIMED_OUT) {
2078 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
2100 void IOService::terminateThread( void * arg, wait_result_t waitResult )
3597 int waitResult = THREAD_AWAKENED; local
3623 waitResult
3751 int waitResult = THREAD_AWAKENED; local
[all...]
H A DIOPMrootDomain.cpp525 static void main( void * arg, wait_result_t waitResult );
7337 void PMHaltWorker::main( void * arg, wait_result_t waitResult )
7532 int waitResult; local
7683 waitResult = IOLockSleepDeadline(
7685 if (THREAD_TIMED_OUT == waitResult)
H A DIOServicePM.cpp7743 int waitResult; local
7776 waitResult = PM_LOCK_SLEEP(&fPMDriverCallQueue, deadline);
7778 if (THREAD_TIMED_OUT == waitResult)
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c530 int waitResult; local
538 waitResult = wait4(pid,&statusp,0,NULL);
540 pid, waitResult));
541 if (waitResult > 0

Completed in 483 milliseconds