Home
last modified time | relevance | path

Searched refs:InterlockedExchangePointer (Results 1 – 5 of 5) 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/v8/src/base/
Datomicops_internals_x86_msvc.h118 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()
/external/libchrome/base/
Datomicops_internals_x86_msvc.h126 PVOID result = InterlockedExchangePointer( in NoBarrier_AtomicExchange()