Searched refs:interlocked_exchange (Results 1 – 2 of 2) sorted by relevance
104 { winapi::interlocked_exchange(reinterpret_cast<volatile long*>(mem), val); } in atomic_write32()
839 inline long interlocked_exchange(long volatile* addend, long value) in interlocked_exchange() function