Searched defs:ATOMIC_STORE (Results 1 – 5 of 5) sorted by relevance
36 #define ATOMIC_STORE(x, y) x = y macro40 #define ATOMIC_STORE(x, y) InterlockedExchange(&x, y) macro44 #define ATOMIC_STORE(x, y) x = y macro
706 ATOMIC_STORE, enumerator
413 ATOMIC_STORE, enumerator
850 ATOMIC_STORE, enumerator
1165 ATOMIC_STORE, enumerator