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

  /external/clang/test/CodeGen/
ms-intrinsics.c 31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 49 extern "C" void *_InterlockedCompareExchangePointer(
52 #pragma intrinsic(_InterlockedCompareExchangePointer)
209 uptr prev = (uptr)_InterlockedCompareExchangePointer(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h     [all...]
  /external/clang/lib/Headers/
intrin.h 377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 386 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 386 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 645 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
887 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
888 #define InterlockedCompareExchangePointerAcquire _InterlockedCompareExchangePointer
889 #define InterlockedCompareExchangePointerRelease _InterlockedCompareExchangePointer
    [all...]
intrin.h 366 __MACHINEIA64(void *_InterlockedCompareExchangePointer (void *volatile *,void *,void *))
370 /* __MACHINEX64(void *_InterlockedCompareExchangePointer (void *volatile *,void *,void *)) moved to psdk_inc/intrin-impl.h */
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 365 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
    [all...]

Completed in 337 milliseconds