![]() |
Jazz 1.25.+
|
An internal (for Container) Transaction with pointers for a deque. More...
#include <container.h>
Data Fields | ||
StoredTransaction * | p_next | |
A pointer to the next StoredTransaction. | ||
![]() | ||
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. | ||
An internal (for Container) Transaction with pointers for a deque.