Public Member Functions | Public Attributes | List of all members
Transactional::Node< XN >::Linkage Struct Reference
Inheritance diagram for Transactional::Node< XN >::Linkage:
Inheritance graph
[legend]

Public Member Functions

void negotiate (typename NegotiationCounter::cnt_t &started_time, float mult_wait=6.0f) noexcept
 Puts a wait so that the slowest thread gains a chance to finish its transaction, if needed.
 
void negotiate_internal (typename NegotiationCounter::cnt_t &started_time, float mult_wait) noexcept
 
- Public Member Functions inherited from atomic_shared_ptr< PacketWrapper >
 atomic_shared_ptr (Y *y)
 
 atomic_shared_ptr (const atomic_shared_ptr< T > &t) noexcept
 
 atomic_shared_ptr (const atomic_shared_ptr< Y > &y) noexcept
 
 atomic_shared_ptr (const local_shared_ptr< T > &t) noexcept
 
 atomic_shared_ptr (const local_shared_ptr< Y > &y) noexcept
 
 atomic_shared_ptr (atomic_shared_ptr< T > &&t) noexcept
 
 atomic_shared_ptr (atomic_shared_ptr< Y > &&y) noexcept
 
atomic_shared_ptroperator= (const atomic_shared_ptr &t) noexcept
 
atomic_shared_ptroperator= (const local_shared_ptr< Y > &y) noexcept
 
atomic_shared_ptroperator= (local_shared_ptr< T > &&t) noexcept
 
atomic_shared_ptroperator= (local_shared_ptr< Y > &&y) noexcept
 
void reset () noexcept
 The pointer held by this instance is atomically reset to null pointer.
 
void reset (Y *y)
 The pointer held by this instance is atomically reset with a pointer y.
 
bool compareAndSet (const local_shared_ptr< T > &oldvalue, const local_shared_ptr< T > &newvalue) noexcept
 
bool compareAndSwap (local_shared_ptr< T > &oldvalue, const local_shared_ptr< T > &newvalue) noexcept
 
bool operator! () const noexcept
 
 operator bool () const noexcept
 
bool operator== (const local_shared_ptr< Y > &x) const noexcept
 
bool operator== (const atomic_shared_ptr< Y > &x) const noexcept
 
bool operator!= (const local_shared_ptr< Y > &x) const noexcept
 
bool operator!= (const atomic_shared_ptr< Y > &x) const noexcept
 

Public Attributes

atomic< typename
NegotiationCounter::cnt_t > 
m_transaction_started_time
 
MemoryPool m_mempoolPayload
 
MemoryPool m_mempoolPacket
 
MemoryPool m_mempoolPacketList
 
MemoryPool m_mempoolPacketWrapper
 
NegotiationCounter m_negotiationCounter
 

Additional Inherited Members

- Protected Types inherited from atomic_shared_ptr< PacketWrapper >
typedef atomic_shared_ptr_base
< T, uintptr_t, atomic
< uintptr_t > >::Ref 
Ref
 
typedef atomic_shared_ptr_base
< T, uintptr_t, atomic
< uintptr_t > >::Refcnt 
Refcnt
 
typedef atomic< uintptr_t > RefLocal_
 
- Protected Member Functions inherited from atomic_shared_ptr< PacketWrapper >
Refpref_ () const noexcept
 A pointer to global reference struct.
 
Refcnt refcnt_ () const noexcept
 
Refscan_ () const noexcept
 
Refreserve_scan_ (Refcnt *) const noexcept
 
void leave_scan_ (Ref *) const noexcept
 
bool compareAndSwap_ (local_shared_ptr< T > &oldvalue, const local_shared_ptr< T > &newvalue) noexcept
 

Detailed Description

template<class XN>
struct Transactional::Node< XN >::Linkage

Definition at line 313 of file transaction.h.


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

Generated for KAME4 by  doxygen 1.8.3