Searched refs:InterlockedExchangePointer (Results 1 – 4 of 4) 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()
123 return (gpr_atm)InterlockedExchangePointer((PVOID*)p, (PVOID)n); in gpr_atm_full_xchg()