Home
last modified time | relevance | path

Searched refs:wait_for_event (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/osfmk/arm/
H A Dlocks.h107 #define wait_for_event() __builtin_arm_wfe() macro
140 wait_for_event(); \
H A Dlocks_arm.c193 wait_for_event(); // Wait with monitor held in atomic_test_and_set32()
/xnu-11215.81.4/osfmk/kern/
H A Dlocks_internal.h136 #define lock_wait_for_event() wait_for_event()
H A Dlocks.c353 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
362 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
383 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
400 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
H A Dlock_rw.c684 wait_for_event(); in lck_rw_lock_pause()
756 wait_for_event(); in lck_rw_interlock_spin()