Home
last modified time | relevance | path

Searched refs:lock_wait_for_event (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dlocks_internal.h135 #define lock_wait_for_event() wait_for_event() macro
139 #define lock_wait_for_event() cpu_pause()
H A Dlock_mtx.c800 lock_wait_for_event(); in lck_mtx_lock_adaptive_spin()