Home
last modified time | relevance | path

Searched refs:InterlockedExchangePointer (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Dfix_interlocked_exchange_pointer_win.h25 #ifdef InterlockedExchangePointer
26 #undef InterlockedExchangePointer
30 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { in InterlockedExchangePointer() function
Dstatic_instance.h131 InterlockedExchangePointer(reinterpret_cast<void * volatile*>(&instance), in GetStaticInstance()
140 T* old_value = static_cast<T*>(InterlockedExchangePointer( in GetStaticInstance()
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_x86_msvc.cc92 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_windows.h123 return (gpr_atm)InterlockedExchangePointer((PVOID*)p, (PVOID)n); in gpr_atm_full_xchg()