Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsimple_lock.h224 extern uint64_t hw_wait_while_equals64(
231 (typeof(cur))hw_wait_while_equals64(__DEVOLATILE(uint64_t *, ptr), (uint64_t)(cur)); \
H A Dlocks.c548 hw_wait_while_equals64(uint64_t *address, uint64_t current) in hw_wait_while_equals64() function