Home
last modified time | relevance | path

Searched refs:thread_wakeup_with_result (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Darcade.c246 thread_wakeup_with_result(&arcade_upcall_refresh_in_progress, wr); in arcade_upcall_refresh()
H A Dsched_prim.h815 #define thread_wakeup_with_result(x, z) \ macro
H A Dsched_prim.c7492 thread_wakeup_with_result(x, THREAD_AWAKENED); in thread_wakeup()
/xnu-11215.81.4/iokit/Kernel/
H A DIOCommandGate.cpp149 thread_wakeup_with_result(&enabled, THREAD_INTERRUPTED); in setWorkLoop()
/xnu-11215.81.4/osfmk/vm/
H A Dvm_fault.c2491 thread_wakeup_with_result((event_t) m, THREAD_RESTART); in vm_fault_page()
/xnu-11215.81.4/bsd/kern/
H A Dkern_event.c5209 thread_wakeup_with_result(&kqf->kqf_count, wr);