Jazz 1.25.+
Loading...
Searching...
No Matches
Data Fields
jazz_elements::StoredTransaction Struct Reference

An internal (for Container) Transaction with pointers for a deque. More...

#include <container.h>

Inheritance diagram for jazz_elements::StoredTransaction:
jazz_elements::Transaction

Data Fields

StoredTransactionp_next
 A pointer to the next StoredTransaction.
 
- Data Fields inherited from jazz_elements::Transaction
union { 
 
   pBlock   p_block 
 A pointer to the Block (if status == BLOCK_STATUS_READY) for Tensor, Kind and Tuple.
 
   pBlockHeader   p_hea 
 A pointer to the Block (if status == BLOCK_STATUS_READY) for Index.
 
};  
 
Lock32 _lock_
 An atomically updated int to lock the Transaction to support modifying the Block.
 
int status
 The status of the block transaction.
 
pContainer p_owner
 A pointer to the Container instance serving API calls related to this block.
 

Detailed Description

An internal (for Container) Transaction with pointers for a deque.


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