Searched refs:thread_wakeup_prim (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_prim.h | 808 extern kern_return_t thread_wakeup_prim( 814 thread_wakeup_prim((x), FALSE, THREAD_AWAKENED) 816 thread_wakeup_prim((x), FALSE, (z)) 818 thread_wakeup_prim((x), TRUE, THREAD_AWAKENED)
|
| H A D | sched_prim.c | 1892 thread_wakeup_prim( in thread_wakeup_prim() function
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOLocks.cpp | 108 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IOLockWakeup() 318 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IORecursiveLockWakeup()
|