HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchangePointer (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/interface/
fix_interlocked_exchange_pointer_win.h 21 #ifdef InterlockedExchangePointer
22 #undef InterlockedExchangePointer
23 // The problem is that the macro provided for InterlockedExchangePointer() is
26 inline void* InterlockedExchangePointer(void* volatile* target, void* value) {
31 #endif // #ifdef InterlockedExchangePointer
  /external/chromium/base/
fix_wp64.h 17 #ifdef InterlockedExchangePointer
18 #undef InterlockedExchangePointer
19 // The problem is that the macro provided for InterlockedExchangePointer() is
22 inline void* InterlockedExchangePointer(void* volatile* target, void* value) {
27 #endif // #ifdef InterlockedExchangePointer

Completed in 523 milliseconds