Searched refs:hw_atomic_and (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsimple_lock.h118 extern uint32_t hw_atomic_and(
138 #define hw_atomic_and hw_atomic_and_noret macro
142 * Variant of hw_atomic_and which doesn't return a value; potentially
H A Dclock.c939 (void)hw_atomic_and(&stable.gen, ~(uint32_t)1);
H A Dlocks.c402 (void)hw_atomic_and(&attr->lck_attr_val, ~LCK_ATTR_DEBUG);
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s2199 LEAF_ENTRY(hw_atomic_and)
2211 * A variant of hw_atomic_and which doesn't return a value.
2319 LEAF_ENTRY(hw_atomic_and)
2335 * A variant of hw_atomic_and which doesn't return a value.

Completed in 36 milliseconds