Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsimple_lock.h220 extern uint32_t hw_wait_while_equals32(
236 (typeof(cur))hw_wait_while_equals32(__DEVOLATILE(uint32_t *, ptr), (uint32_t)(cur)); \
H A Dlocks.c486 hw_wait_while_equals32(uint32_t *address, uint32_t current) in hw_wait_while_equals32() function