Searched defs:AtomicExchange (Results 1 – 4 of 4) sorted by relevance
76 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { in AtomicExchange() function96 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { in AtomicExchange() function
792 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { in AtomicExchange() function
159 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) { in AtomicExchange() function
237 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) { in AtomicExchange() function