cds
2.3.2
|
Thread-specific data manager based on c++11 thread_local feature. More...
#include <cds/threading/details/cxx11_manager.h>
Static Public Member Functions | |
static void | init () |
Initialize manager (empty function) More... | |
static void | fini () |
Terminate manager (empty function) More... | |
static bool | isThreadAttached () |
Checks whether current thread is attached to libcds feature or not. | |
static void | attachThread () |
This method must be called in beginning of thread execution. | |
static void | detachThread () |
This method must be called in end of thread execution. | |
static ThreadData * | thread_data () |
Returns ThreadData pointer for the current thread. | |
Thread-specific data manager based on c++11 thread_local feature.
|
inlinestatic |
Terminate manager (empty function)
This function is automatically called by cds::Terminate
|
inlinestatic |
Initialize manager (empty function)
This function is automatically called by cds::Initialize