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 |
![]() | |
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_ptr & | operator= (const atomic_shared_ptr &t) noexcept |
atomic_shared_ptr & | operator= (const local_shared_ptr< Y > &y) noexcept |
atomic_shared_ptr & | operator= (local_shared_ptr< T > &&t) noexcept |
atomic_shared_ptr & | operator= (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 | |
![]() | |
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_ |
![]() | |
Ref * | pref_ () const noexcept |
A pointer to global reference struct. | |
Refcnt | refcnt_ () const noexcept |
Ref * | scan_ () const noexcept |
Ref * | reserve_scan_ (Refcnt *) const noexcept |
void | leave_scan_ (Ref *) const noexcept |
bool | compareAndSwap_ (local_shared_ptr< T > &oldvalue, const local_shared_ptr< T > &newvalue) noexcept |
Definition at line 313 of file transaction.h.