Searched refs:thread_wakeup_prim (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_prim.h | 657 extern kern_return_t thread_wakeup_prim( 663 thread_wakeup_prim((x), FALSE, THREAD_AWAKENED) 665 thread_wakeup_prim((x), FALSE, (z)) 667 thread_wakeup_prim((x), TRUE, THREAD_AWAKENED)
|
| H A D | sched_prim.c | 1619 thread_wakeup_prim( in thread_wakeup_prim() function
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IOLocks.cpp | 88 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IOLockWakeup() 292 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IORecursiveLockWakeup()
|