Searched defs:InterlockedExchangePointer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfix_interlocked_exchange_pointer_win.h25 #ifdef InterlockedExchangePointer
26 #undef InterlockedExchangePointer macro
27 // The problem is that the macro provided for InterlockedExchangePointer() is
30 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { function
35 #endif // #ifdef InterlockedExchangePointer
/external/webrtc/src/system_wrappers/interface/
H A Dfix_interlocked_exchange_pointer_win.h21 #ifdef InterlockedExchangePointer
22 #undef InterlockedExchangePointer macro
23 // The problem is that the macro provided for InterlockedExchangePointer() is
26 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { function
31 #endif // #ifdef InterlockedExchangePointer

Completed in 72 milliseconds