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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp1729 int waitResult = THREAD_AWAKENED; local
1763 waitResult = IOLockSleepDeadline( gJobsLock, &gIOTerminateWork,
1765 if( waitResult == THREAD_TIMED_OUT) {
1769 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
3041 int waitResult = THREAD_AWAKENED; local
3073 waitResult = thread_block(THREAD_CONTINUE_NULL);
3075 } while( wait && (waitResult != THREAD_TIMED_OUT));
3077 if( waitResult == THREAD_TIMED_OUT)
3178 int waitResult = THREAD_AWAKENED; local
3194 waitResult
[all...]
H A DIOPMrootDomain.cpp2972 int waitResult; local
3123 waitResult = IOLockSleepDeadline(
3125 if (THREAD_TIMED_OUT == waitResult)

Completed in 32 milliseconds