|
Zero
0.1.0
|
#include <daemons.h>
Public Member Functions | |
| abort_smt_t (std::string tname, ShoreEnv *env, vector< xct_t *> &toabort) | |
| ~abort_smt_t () | |
| void | work () |
Public Member Functions inherited from thread_t | |
| bool | delete_me () |
| std::string | thread_name () |
| randgen_t * | randgen () |
| Returns pointer to thread_t's randgen_t object. More... | |
| int | rand () |
| Returns a pseudo-random integer between 0 and RAND_MAX. More... | |
| int | rand (int n) |
| virtual | ~thread_t () |
Public Member Functions inherited from thread_wrapper_t | |
| thread_wrapper_t () | |
| virtual | ~thread_wrapper_t () |
| virtual void | before_run () |
| virtual void | after_run () |
| void | spawn () |
| void | fork () |
| void | join () |
Public Attributes | |
| vector< xct_t * > * | _toabort |
| uint | _aborted |
Private Attributes | |
| ShoreEnv * | _env |
Additional Inherited Members | |
Protected Member Functions inherited from thread_t | |
| thread_t (const std::string &name) | |
Protected Attributes inherited from thread_t | |
| bool | _delete_me |
| abort_smt_t::~abort_smt_t | ( | ) |
|
virtual |
| uint abort_smt_t::_aborted |
|
private |
| vector<xct_t*>* abort_smt_t::_toabort |
1.8.12