Searched refs:AtomicExchange (Results 1 – 7 of 7) 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() function114 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value);
792 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { in AtomicExchange() function
3307 CacheLine *res = (CacheLine*)AtomicExchange( in TryAcquireLine()
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
191 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val);
709 uint16_t old_chunk_state = AtomicExchange(&m->chunk_state, CHUNK_QUARANTINE); in Deallocate()