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

#include <icc-sync.hpp>

Collaboration diagram for stm::iccsync::SYNC< T, 4, 8 >:

Static Public Member Functions

static T swap (volatile T *address, T value)
 
static bool bcas (volatile T *addr, T from, T to)
 

Detailed Description

template<typename T>
struct stm::iccsync::SYNC< T, 4, 8 >

The doubleword implementations, for 4-byte platforms.

Member Function Documentation

template<typename T >
static bool stm::iccsync::SYNC< T, 4, 8 >::bcas ( volatile T *  addr,
from,
to 
)
inlinestatic
template<typename T >
static T stm::iccsync::SYNC< T, 4, 8 >::swap ( volatile T *  address,
value 
)
inlinestatic

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