Searched refs:ExchangeAtomic (Results 1 – 4 of 4) sorted by relevance
3219 TEST(ReactorUnitTests, ExchangeAtomic) in TEST() argument3225 UInt r = rr::ExchangeAtomic(p, a, std::memory_order_relaxed); in TEST()
2355 v = ExchangeAtomic(Pointer<UInt>(&ptr.base[offset]), laneValue, memoryOrder); in EmitAtomicOp()
2665 RValue<UInt> ExchangeAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in ExchangeAtomic() function
1347 RValue<UInt> ExchangeAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);