Searched refs:InterlockedExchangePointer (Results 1 – 4 of 4) sorted by relevance
21 #ifdef InterlockedExchangePointer22 #undef InterlockedExchangePointer26 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { in InterlockedExchangePointer() function
131 InterlockedExchangePointer(reinterpret_cast<void* volatile*>(&instance), in GetStaticInstance()140 T* old_value = static_cast<T*> (InterlockedExchangePointer( in GetStaticInstance()
92 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()
133 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()