21 INLINE MutexSpinlockImpl::
31 INLINE MutexSpinlockImpl::
32 ~MutexSpinlockImpl() {
40 INLINE
void MutexSpinlockImpl::
52 INLINE
bool MutexSpinlockImpl::
62 INLINE
void MutexSpinlockImpl::
static Integer set(Integer &var, Integer new_value)
Atomically changes the indicated variable and returns the original value.
static Integer compare_and_exchange(Integer &mem, Integer old_value, Integer new_value)
Atomic compare and exchange.