Searched refs:AtomicExchange (Results 1 – 2 of 2) sorted by relevance
54 uint64_t AtomicExchange(uint64_t arg1, uint64_t arg2, bool aq, bool rl) { in AtomicExchange() function
230 return AtomicExchange<int32_t>(arg1, arg2, aq, rl); in Amo()232 return AtomicExchange<int64_t>(arg1, arg2, aq, rl); in Amo()