| /freebsd-12.1/lib/libc/tests/stdlib/ |
| H A D | cxa_thread_atexit_test.cc | 47 thread_local static Foo foo; in ~Bar() 70 static thread_local Foo f; 71 static thread_local Foo g; 72 static thread_local Bar h; 73 static thread_local Baz e;
|
| H A D | cxa_thread_atexit_nothr_test.cc | 44 static thread_local Foo f;
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_profiling.cc | 56 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers; 57 thread_local std::aligned_storage<sizeof(FunctionCallTrie::Allocators), 60 thread_local std::aligned_storage<sizeof(FunctionCallTrie), 63 thread_local ProfilingData TLD{{0}, {0}}; 64 thread_local atomic_uint8_t ReentranceGuard{0}; 69 thread_local atomic_uint8_t TLDInitGuard{0}; 73 thread_local atomic_uint8_t ThreadExitingLatch{0}; 76 thread_local auto ThreadOnce = []() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
|
| H A D | xray_basic_logging.cc | 81 thread_local atomic_uint8_t Guard{0}; 126 thread_local ThreadLocalData TLD; in getThreadLocalData() 127 thread_local bool UNUSED TOnce = [] { in getThreadLocalData()
|
| H A D | xray_fdr_logging.cc | 132 thread_local typename std::aligned_storage< in getThreadLocalData() 445 thread_local atomic_uint8_t Running{0};
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDefs.h | 143 __attribute__((tls_model("initial-exec"))) thread_local static 147 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
|
| H A D | FuzzerInternal.h | 151 static thread_local bool IsMyThread;
|
| H A D | FuzzerLoop.cpp | 42 thread_local bool Fuzzer::IsMyThread;
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_posix.cc | 60 static thread_local struct tsd_key key;
|
| H A D | asan_fuchsia.cc | 67 static thread_local void *per_thread;
|
| H A D | asan_rtems.cc | 76 static thread_local void *per_thread;
|
| /freebsd-12.1/lib/libstdthreads/ |
| H A D | threads.h | 73 #define thread_local _Thread_local macro
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Timer.cpp | 39 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_linux.cc | 195 static thread_local struct tsd_key key;
|
| /freebsd-12.1/sys/contrib/libsodium/m4/ |
| H A D | ax_tls.m4 | 52 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 497 #define LLVM_THREAD_LOCAL thread_local
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 45 __attribute__((tls_model("initial-exec"))) thread_local
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 150 static thread_local volatile sig_atomic_t g_usr1_called;
|
| /freebsd-12.1/sys/sys/ |
| H A D | cdefs.h | 309 #define _Thread_local thread_local
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 527 KEYWORD(thread_local); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 368 CXX11_KEYWORD(thread_local , 0)
|
| H A D | DiagnosticSemaKinds.td | 2354 "%select{static|thread_local}1 variable not permitted in a constexpr " 2437 "'%select{thread_local|inline|friend|constexpr}1'">; 7497 "use 'thread_local' to allow this">;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.h | 2930 unsigned thread_local:1; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Options.td | 876 HelpText<"Use emutls functions to access thread_local variables">;
|