Zero  0.1.0
Classes | Variables
tls_tricks Namespace Reference

A namespace for thread-local storage tricks. More...

Classes

struct  tls_blob
 Wrapper for a type, used by TLS_STRUCT helper macro. More...
 
class  tls_manager
 A management class for non-POD thread-local storage. More...
 
struct  tls_manager_schwarz
 Static struct to make sure tls_manager's global init() and fini() are called. More...
 

Variables

static struct tls_manager_schwarz tlsm_schwarz_one_and_only
 

Detailed Description

A namespace for thread-local storage tricks.

See also the following macros:

Variable Documentation

§ tlsm_schwarz_one_and_only

struct tls_manager_schwarz tls_tricks::tlsm_schwarz_one_and_only
static