Home
last modified time | relevance | path

Searched refs:thread_wakeup_one (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.61.2/iokit/Kernel/ !
H A DIOConditionLock.cpp105 thread_wakeup_one((void *) &condition); in setCondition()
115 thread_wakeup_one((void *) &condition); in unlock()
H A DIOSyncer.cpp130 thread_wakeup_one((void *) &threadMustStop); in privateSignal()
/xnu-8792.61.2/bsd/kern/ !
H A Dkern_synch.c441 thread_wakeup_one((caddr_t)chan); in wakeup_one()
/xnu-8792.61.2/osfmk/kern/ !
H A Dsched_prim.h758 #define thread_wakeup_one(x) \ macro
H A Dtask_policy.c3172 thread_wakeup_one(&task->watchapplying); in apply_appstate_watchers()
/xnu-8792.61.2/osfmk/vm/ !
H A Dvm_resident.c3845 thread_wakeup_one((event_t) wakeup_event); in vm_page_release()
4542 thread_wakeup_one(secluded_wakeup_event); in vm_page_free_list()
4554 thread_wakeup_one(normal_wakeup_event); in vm_page_free_list()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c1890 thread_wakeup_one((caddr_t)frt); in fsw_rps_thread_join()