Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.1.10/bsd/kern/ !
H A Dkern_synch.c441 thread_wakeup_one((caddr_t)chan); in wakeup_one()
/xnu-11215.1.10/osfmk/kern/ !
H A Dsched_prim.h817 #define thread_wakeup_one(x) \ macro
H A Dtask_policy.c3252 thread_wakeup_one(&task->watchapplying); in apply_appstate_watchers()
/xnu-11215.1.10/osfmk/vm/ !
H A Dvm_resident.c3899 thread_wakeup_one((event_t) wakeup_event); in vm_page_release()
4626 thread_wakeup_one(secluded_wakeup_event); in vm_page_free_list()
4638 thread_wakeup_one(normal_wakeup_event); in vm_page_free_list()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c2325 thread_wakeup_one((caddr_t)frt); in fsw_rps_thread_join()