Home
last modified time | relevance | path

Searched refs:waitResult (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp887 int waitResult = THREAD_AWAKENED; in attach() local
921 waitResult = thread_block(THREAD_CONTINUE_NULL); in attach()
922 wait = (waitResult != THREAD_TIMED_OUT); in attach()
2555 int waitResult = THREAD_AWAKENED; in terminatePhase1() local
2805 int waitResult = THREAD_AWAKENED; in scheduleTerminatePhase2() local
4658 __assert_only int waitResult = in systemHalt() local
4660 assert((THREAD_AWAKENED == waitResult) || (THREAD_TIMED_OUT == waitResult)); in systemHalt()
4661 if (THREAD_TIMED_OUT == waitResult) { in systemHalt()
5606 int waitResult = THREAD_AWAKENED; in waitForState() local
5953 int waitResult = THREAD_AWAKENED; in waitMatchIdle() local
[all …]
H A DIOUserServer.cpp1679 wait_result_t waitResult; in CheckForWork_Impl() local
1694 waitResult = THREAD_AWAKENED; in CheckForWork_Impl()
1698 waitResult = assert_wait((event_t) ivars, THREAD_INTERRUPTIBLE); in CheckForWork_Impl()
1700 willWait = (synchronous && (waitResult == THREAD_WAITING)); in CheckForWork_Impl()
1711 waitResult = thread_block(THREAD_CONTINUE_NULL); in CheckForWork_Impl()
1712 if (THREAD_INTERRUPTED == waitResult) { in CheckForWork_Impl()
2186 wait_result_t waitResult; in waitInterruptTrap() local
2210 waitResult = THREAD_AWAKENED; in waitInterruptTrap()
2216 willWait = (waitResult == THREAD_WAITING); in waitInterruptTrap()
2227 waitResult = thread_block(THREAD_CONTINUE_NULL); in waitInterruptTrap()
[all …]
H A DIOPMrootDomain.cpp856 static void main( void * arg, wait_result_t waitResult );
10213 PMHaltWorker::main( void * arg, wait_result_t waitResult ) argument
10397 int waitResult; local
10553 waitResult = IOLockSleepDeadline(
10555 if (THREAD_TIMED_OUT == waitResult) {
H A DIOServicePM.cpp8642 int waitResult; in waitForPMDriverCall() local
8673 waitResult = PM_LOCK_SLEEP(&fPMDriverCallQueue, deadline); in waitForPMDriverCall()
8675 if (THREAD_TIMED_OUT == waitResult) { in waitForPMDriverCall()