Home
last modified time | relevance | path

Searched refs:_InterlockedCompareExchange_HLEAcquire (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_atomic.h339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
/external/llvm-project/clang/lib/Headers/
Dimmintrin.h558 _InterlockedCompareExchange_HLEAcquire(long volatile *_Destination, in _InterlockedCompareExchange_HLEAcquire() function
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c641 return _InterlockedCompareExchange_HLEAcquire(Destination, Exchange, Comparand); in test_InterlockedCompareExchange_HLEAcquire()
/external/clang/lib/Headers/
Dintrin.h193 long _InterlockedCompareExchange_HLEAcquire(long volatile *, long, long);