Searched refs:thread_local (Results 1 – 9 of 9) sorted by relevance
38 static thread_local ClassWithDtor class_with_dtor;45 TEST(thread_local, smoke) { in TEST() argument67 static thread_local ClassWithDtorForMainThread class_with_dtor_for_main_thread; in thread_atexit_main()72 TEST(thread_local, dtor_for_main_thread) { in TEST() argument
44 thread_local TestClass test(flag); in init_thread_local_variable2()
44 thread_local TestClass test(flag); in init_thread_local_variable()
54 thread_local int local_var;
1461 // Libraries with non-trivial thread_local variable to test dlclose()
35 thread_local int t;
76 #define thread_local _Thread_local macro
86 static thread_local locale_t g_current_locale;
18 thread_local int tls_var;77 extern thread_local char tls_var;129 static thread_local int x;130 static thread_local int y;153 (XXX: LD might be important for C++ `thread_local` variables -- even a single `thread_local`167 extern thread_local char tls_var;240 extern thread_local char tls_var;455 `thread_local` | - C11: a macro for `_Thread_local` via `threads.h`<br/> - C++11: a keyword, allo…457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF462 efficient in C++ than `thread_local` when the compiler cannot see the definition of a declared TLS[all …]