Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
Dimmintrin.h566 _InterlockedCompareExchange_HLERelease(long volatile *_Destination, in _InterlockedCompareExchange_HLERelease() function
/external/python/cpython3/Include/internal/
Dpycore_atomic.h346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c647 return _InterlockedCompareExchange_HLERelease(Destination, Exchange, Comparand); in test_InterlockedCompareExchange_HLERelease()
/external/clang/lib/Headers/
Dintrin.h194 long _InterlockedCompareExchange_HLERelease(long volatile *, long, long);