Searched refs:_InterlockedCompareExchange_HLEAcquire (Results 1 – 4 of 4) sorted by relevance
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
558 _InterlockedCompareExchange_HLEAcquire(long volatile *_Destination, in _InterlockedCompareExchange_HLEAcquire() function
641 return _InterlockedCompareExchange_HLEAcquire(Destination, Exchange, Comparand); in test_InterlockedCompareExchange_HLEAcquire()
193 long _InterlockedCompareExchange_HLEAcquire(long volatile *, long, long);