Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/bsd/kern/
H A Dkern_synch.c441 thread_wakeup_one((caddr_t)chan); in wakeup_one()
/xnu-11417.121.6/osfmk/kern/
H A Dsched_prim.h837 #define thread_wakeup_one(x) \ macro
H A Dtask_policy.c3244 thread_wakeup_one(&task->watchapplying); in apply_appstate_watchers()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2318 thread_wakeup_one((caddr_t)frt); in fsw_rps_thread_join()