library of assembled shared sources |
http://lass.cocamware.com |
#include <atomic_impl.h>
Static Public Member Functions | |
template<typename T > | |
static T LASS_CALL | compareAndSwap (volatile T &dest, T expectedValue, T newValue) |
template<typename T > | |
static void LASS_CALL | increment (volatile T &value) |
template<typename T > | |
static void LASS_CALL | decrement (volatile T &value) |
Definition at line 475 of file atomic_impl.h.
static T LASS_CALL lass::util::impl::AtomicOperations< 8 >::compareAndSwap | ( | volatile T & | dest, | |
T | expectedValue, | |||
T | newValue | |||
) | [inline, static] |
Definition at line 478 of file atomic_impl.h.
static void LASS_CALL lass::util::impl::AtomicOperations< 8 >::increment | ( | volatile T & | value | ) | [inline, static] |
Definition at line 544 of file atomic_impl.h.
References lass::util::atomicCompareAndSwap(), and lass::stde::T.
static void LASS_CALL lass::util::impl::AtomicOperations< 8 >::decrement | ( | volatile T & | value | ) | [inline, static] |
Definition at line 569 of file atomic_impl.h.
References lass::util::atomicCompareAndSwap(), and lass::stde::T.
Generated on Mon Nov 10 14:22:18 2008 for Library of Assembled Shared Sources by 1.5.7.1 |