|
PMDK C++ bindings
1.12
This is the C++ bindings documentation for PMDK's libpmemobj.
|
RAII-style structure for holding thread id. More...
#include <libpmemobj++/detail/enumerable_thread_specific.hpp>
Public Member Functions | |
| thread_id_type () | |
| thread_id_type constructor. More... | |
| ~thread_id_type () | |
| thread_id_type destructor. More... | |
| size_t | get () |
| Obtain current thread id. | |
Static Private Member Functions | |
| static id_manager & | get_id_manager () |
| Get reference to id_manager instance. | |
RAII-style structure for holding thread id.
|
inline |
thread_id_type constructor.
Obtains id for current thread.
|
inline |
thread_id_type destructor.
Releases id associated with current thread.