tlds
Transactional Operations for Linked Data Structures
|
Go to the source code of this file.
Namespaces | |
stm | |
Typedefs | |
typedef void(* | stm::AbortHandler )(TxThread *) |
Functions | |
void | stm::sys_init (AbortHandler conflict_abort) |
void | stm::set_policy (const char *) |
void | stm::sys_shutdown () |
bool | stm::is_irrevoc (const TxThread &) |
void | stm::become_irrevoc () |
void | stm::restart () |
const char * | stm::get_algname () |
Variables | |
pad_word_t | stm::threadcount = {0} |
TxThread * | stm::threads [MAX_THREADS] = {0} |