tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
oreclazy.cpp File Reference
#include "../profiling.hpp"
#include "../cm.hpp"
#include "algs.hpp"
#include "RedoRAWUtils.hpp"
Include dependency graph for oreclazy.cpp:

Classes

struct  anonymous_namespace{oreclazy.cpp}::OrecLazy_Generic< CM >
 

Namespaces

 anonymous_namespace{oreclazy.cpp}
 
 stm
 

Macros

#define FOREACH_ORECLAZY(MACRO)
 
#define INIT_ORECLAZY(ID, CM)
 

Functions

void anonymous_namespace{oreclazy.cpp}::onSwitchTo ()
 
bool anonymous_namespace{oreclazy.cpp}::irrevoc (STM_IRREVOC_SIG(,))
 
NOINLINE void anonymous_namespace{oreclazy.cpp}::validate (TxThread *)
 
bool anonymous_namespace{oreclazy.cpp}::irrevoc (STM_IRREVOC_SIG(tx, upper_stack_bound))
 

Macro Definition Documentation

#define FOREACH_ORECLAZY (   MACRO)
Value:
MACRO(OrecLazy, HyperAggressiveCM) \
MACRO(OrecLazyHour, HourglassCM) \
MACRO(OrecLazyBackoff, BackoffCM) \
MACRO(OrecLazyHB, HourglassBackoffCM)
Definition: algs.hpp:46
Definition: algs.hpp:46
Definition: algs.hpp:46
Definition: algs.hpp:46
#define INIT_ORECLAZY (   ID,
  CM 
)
Value:
template <> \
void initTM<ID>() { \
OrecLazy_Generic<stm::CM>::Initialize(ID, #ID); \
}