Searched refs:thread_wakeup_with_result (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandGate.cpp125 thread_wakeup_with_result(&enabled, THREAD_INTERRUPTED);
/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h423 #define thread_wakeup_with_result(x, z) \ macro
H A Dsched_prim.c1680 * Common routine for thread_wakeup, thread_wakeup_with_result,
4952 thread_wakeup_with_result(x, THREAD_AWAKENED);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_fault.c2354 thread_wakeup_with_result((event_t) m, THREAD_RESTART);

Completed in 36 milliseconds