Home
last modified time | relevance | path

Searched refs:thread_local (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc47 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 Dcxa_thread_atexit_nothr_test.cc44 static thread_local Foo f;
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profiling.cc56 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 Dxray_basic_logging.cc81 thread_local atomic_uint8_t Guard{0};
126 thread_local ThreadLocalData TLD; in getThreadLocalData()
127 thread_local bool UNUSED TOnce = [] { in getThreadLocalData()
H A Dxray_fdr_logging.cc132 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 DFuzzerDefs.h143 __attribute__((tls_model("initial-exec"))) thread_local static
147 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
H A DFuzzerInternal.h151 static thread_local bool IsMyThread;
H A DFuzzerLoop.cpp42 thread_local bool Fuzzer::IsMyThread;
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_posix.cc60 static thread_local struct tsd_key key;
H A Dasan_fuchsia.cc67 static thread_local void *per_thread;
H A Dasan_rtems.cc76 static thread_local void *per_thread;
/freebsd-12.1/lib/libstdthreads/
H A Dthreads.h73 #define thread_local _Thread_local macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DTimer.cpp39 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_linux.cc195 static thread_local struct tsd_key key;
/freebsd-12.1/sys/contrib/libsodium/m4/
H A Dax_tls.m452 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCompiler.h497 #define LLVM_THREAD_LOCAL thread_local
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h45 __attribute__((tls_model("initial-exec"))) thread_local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp150 static thread_local volatile sig_atomic_t g_usr1_called;
/freebsd-12.1/sys/sys/
H A Dcdefs.h309 #define _Thread_local thread_local
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp527 KEYWORD(thread_local); in LexIdentifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def368 CXX11_KEYWORD(thread_local , 0)
H A DDiagnosticSemaKinds.td2354 "%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 Dtree.h2930 unsigned thread_local:1; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td876 HelpText<"Use emutls functions to access thread_local variables">;