Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsimple_lock.h230 extern uint64_t hw_wait_while_equals64(
237 (typeof(cur))hw_wait_while_equals64(__DEVOLATILE(uint64_t *, ptr), (uint64_t)(cur)); \
H A Dlocks.c654 hw_wait_while_equals64(uint64_t *address, uint64_t current) in hw_wait_while_equals64() function