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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1711 int waitResult = THREAD_AWAKENED; local
1768 waitResult = thread_block(THREAD_CONTINUE_NULL);
1772 } while( wait && (waitResult != THREAD_TIMED_OUT));
1840 int waitResult = THREAD_AWAKENED; local
1874 waitResult = IOLockSleepDeadline( gJobsLock, &gIOTerminateWork,
1876 if( waitResult == THREAD_TIMED_OUT) {
1880 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
1902 void IOService::terminateThread( void * arg, wait_result_t waitResult )
3298 int waitResult = THREAD_AWAKENED; local
3324 waitResult
3446 int waitResult = THREAD_AWAKENED; local
[all...]
H A DIOPMrootDomain.cpp551 static void main( void * arg, wait_result_t waitResult );
6919 void PMHaltWorker::main( void * arg, wait_result_t waitResult )
7114 int waitResult; local
7265 waitResult = IOLockSleepDeadline(
7267 if (THREAD_TIMED_OUT == waitResult)
H A DIOServicePM.cpp7309 int waitResult; local
7342 waitResult = PM_LOCK_SLEEP(&fPMDriverCallQueue, deadline);
7344 if (THREAD_TIMED_OUT == waitResult)

Completed in 46 milliseconds