tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
stm::iccsync::CAS_ADAPTER< T, T, 1 > Struct Template Reference

#include <icc-sync.hpp>

Collaboration diagram for stm::iccsync::CAS_ADAPTER< T, T, 1 >:

Static Public Member Functions

static T cas (volatile T *address, T from, T to)
 
static bool bcas (volatile T *address, T from, T to)
 

Member Function Documentation

template<typename T >
static bool stm::iccsync::CAS_ADAPTER< T, T, 1 >::bcas ( volatile T *  address,
from,
to 
)
inlinestatic
template<typename T >
static T stm::iccsync::CAS_ADAPTER< T, T, 1 >::cas ( volatile T *  address,
from,
to 
)
inlinestatic

The documentation for this struct was generated from the following file: