Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/kern/
H A Dkern_synch.c441 thread_wakeup_one((caddr_t)chan); in wakeup_one()
/xnu-8019.80.24/osfmk/kern/
H A Dsched_prim.h666 #define thread_wakeup_one(x) \ macro
H A Dtask_policy.c3139 thread_wakeup_one(&task->watchapplying); in apply_appstate_watchers()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_resident.c3766 thread_wakeup_one((event_t) wakeup_event); in vm_page_release()
4446 thread_wakeup_one(secluded_wakeup_event); in vm_page_free_list()
4458 thread_wakeup_one(normal_wakeup_event); in vm_page_free_list()