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

  /external/chromium/base/
fix_wp64.h 16 #ifdef InterlockedExchangePointer
17 #undef InterlockedExchangePointer
18 // The problem is that the macro provided for InterlockedExchangePointer() is
21 inline void* InterlockedExchangePointer(void* volatile* target, void* value) {
26 #endif // #ifdef InterlockedExchangePointer
atomicops_internals_x86_msvc.h 110 PVOID result = InterlockedExchangePointer(

Completed in 660 milliseconds