|
Zero
0.1.0
|
Macros | |
| #define | STR(x) STR2(x) |
| #define | STR2(x) #x |
| #define | ATTEMPT(action) |
Typedefs | |
| typedef std::vector< std::pair< void(*)(), void(*)()> > | tls_function_list |
Functions | |
| static tls_function_list * | registered_tls (nullptr) |
Variables | |
| static bool | tls_manager_initialized = false |
| #define ATTEMPT | ( | action | ) |
| #define STR | ( | x | ) | STR2(x) |
| #define STR2 | ( | x | ) | #x |
| typedef std::vector<std::pair<void (*)(), void (*)()> > tls_function_list |
|
static |
|
static |
1.8.12