Searched refs:InterlockedExchangePointer (Results 1 – 5 of 5) sorted by relevance
25 #ifdef InterlockedExchangePointer26 #undef InterlockedExchangePointer30 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()
118 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()
126 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()