Searched refs:_InterlockedCompareExchange64 (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 45 long long _InterlockedCompareExchange64( // NOLINT 48 #pragma intrinsic(_InterlockedCompareExchange64) 248 u64 prev = (u64)_InterlockedCompareExchange64( in atomic_compare_exchange_strong()
|
/external/python/cpython3/Include/internal/ |
D | pycore_atomic_funcs.h | 50 } while(_InterlockedCompareExchange64(volatile_var, old, old) != old);
|
D | pycore_atomic.h | 318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old); 454 } while(_InterlockedCompareExchange64(value, old, old) != old);
|
/external/deqp/framework/delibs/dethread/ |
D | deAtomic.h | 187 return _InterlockedCompareExchange64((volatile long long*)dstAddr, exchange, compare); in deAtomicCompareExchangeUint64()
|
/external/clang/lib/Headers/ |
D | intrin.h | 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination, 765 _InterlockedCompareExchange64(__int64 volatile *_Destination, in _InterlockedCompareExchange64() function
|
/external/pthreadpool/src/ |
D | threadpool-atomics.h | 453 actual_value = _InterlockedCompareExchange64( in pthreadpool_try_decrement_relaxed_size_t()
|