Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/ !
H A Dlocks_internal.h136 #define lock_wait_for_event() wait_for_event() macro
140 #define lock_wait_for_event() cpu_pause()
H A Dlock_mtx.c765 lock_wait_for_event(); in lck_mtx_lock_adaptive_spin()