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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
InterlockedCompareExchange32.c 20 long _InterlockedCompareExchange(
26 #pragma intrinsic(_InterlockedCompareExchange)
36 return _InterlockedCompareExchange (Value, ExchangeValue, CompareValue);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/X64/
InterlockedCompareExchange32.c 19 long _InterlockedCompareExchange(
25 #pragma intrinsic(_InterlockedCompareExchange)
52 return _InterlockedCompareExchange (Value, ExchangeValue, CompareValue);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 54 long __cdecl _InterlockedCompareExchange( // NOLINT
57 #pragma intrinsic(_InterlockedCompareExchange)
235 u32 prev = (u32)_InterlockedCompareExchange(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 42 return _InterlockedCompareExchange(Destination, Exchange, Comperand);
intrin.h 353 /* __MACHINEI(__LONG32 _InterlockedCompareExchange (__LONG32 volatile *,__LONG32,__LONG32)) moved to psdk_inc/intrin-impl.h */
354 __MACHINEIA64(long _InterlockedCompareExchange (long volatile *,long,long))
    [all...]
winbase.h 641 #define InterlockedCompareExchange _InterlockedCompareExchange
883 #define InterlockedCompareExchange _InterlockedCompareExchange
    [all...]
winnt.h     [all...]
  /external/deqp/framework/delibs/dethread/
deAtomic.h 103 return _InterlockedCompareExchange((volatile long*)dstAddr, exchange, compare);
  /external/libchrome/base/
atomicops_internals_x86_msvc.h 32 LONG result = _InterlockedCompareExchange(
  /external/mesa3d/src/util/
u_atomic.h 152 sizeof *(_v) == sizeof(long) ? _InterlockedCompareExchange ((long *) (_v), (long) (_new), (long) (_old)) : \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h     [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 67 #define InterlockedCompareExchange32 _InterlockedCompareExchange
  /external/clang/lib/Headers/
intrin.h 191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 198 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 198 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
    [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 307 #define InterlockedCompareExchange _InterlockedCompareExchange
355 #define InterlockedCompareExchange _InterlockedCompareExchange
    [all...]

Completed in 338 milliseconds