Searched refs:_InterlockedCompareExchange64 (Results 1 – 4 of 4) sorted by relevance
45 long long _InterlockedCompareExchange64( // NOLINT48 #pragma intrinsic(_InterlockedCompareExchange64)248 u64 prev = (u64)_InterlockedCompareExchange64( in atomic_compare_exchange_strong()
311 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old); in _Py_atomic_load_64bit()441 } while(_InterlockedCompareExchange64(value, old, old) != old); in _Py_atomic_load_64bit()
187 return _InterlockedCompareExchange64((volatile long long*)dstAddr, exchange, compare); in deAtomicCompareExchangeUint64()
199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,765 _InterlockedCompareExchange64(__int64 volatile *_Destination, in _InterlockedCompareExchange64() function