Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/bsd/kern/
H A Dkern_synch.c441 thread_wakeup_one((caddr_t)chan); in wakeup_one()
/xnu-11215.81.4/osfmk/kern/
H A Dsched_prim.h817 #define thread_wakeup_one(x) \ macro
H A Dtask_policy.c3244 thread_wakeup_one(&task->watchapplying); in apply_appstate_watchers()
/xnu-11215.81.4/osfmk/vm/
H A Dvm_resident.c3929 thread_wakeup_one((event_t) wakeup_event); in vm_page_release()
4648 thread_wakeup_one(secluded_wakeup_event); in vm_page_free_list()
4660 thread_wakeup_one(normal_wakeup_event); in vm_page_free_list()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2319 thread_wakeup_one((caddr_t)frt); in fsw_rps_thread_join()