Searched refs: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() 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()
93 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function