This is exposed for the purpose of coping with out-of-log-space conditions. See Running Out of Log Space.
Definition at line 880 of file xct.h.
Public Member Functions | |
bool | locked_by_me () const |
True if this thread holds the transaction list mutex. | |
void | never_mind () |
Release transaction list mutex if this thread holds it. | |
xct_t * | curr () const |
Get transaction at cursor. | |
xct_t * | next () |
Advance cursor. | |
NORET | xct_i (bool locked_accesses) |
Constructor. | |
NORET | ~xct_i () |
Desctructor. Calls never_mind() if necessary. |
NORET xct_i::xct_i | ( | bool | locked_accesses | ) | [inline] |