Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/
H A Dlocks.h126 #define wait_for_event() __builtin_arm_wfe() macro
159 wait_for_event(); \
H A Dlocks_arm.c193 wait_for_event(); // Wait with monitor held in atomic_test_and_set32()
/xnu-8796.121.2/osfmk/kern/
H A Dlocks_internal.h135 #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.c661 wait_for_event(); in lck_rw_lock_pause()
733 wait_for_event(); in lck_rw_interlock_spin()