| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_profiling.cpp | 55 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers; 56 thread_local std::aligned_storage<sizeof(FunctionCallTrie::Allocators), 59 thread_local std::aligned_storage<sizeof(FunctionCallTrie), 62 thread_local ProfilingData TLD{{0}, {0}}; 63 thread_local atomic_uint8_t ReentranceGuard{0}; 68 thread_local atomic_uint8_t TLDInitGuard{0}; 72 thread_local atomic_uint8_t ThreadExitingLatch{0}; 75 thread_local auto ThreadOnce = []() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
|
| H A D | xray_basic_logging.cpp | 80 thread_local atomic_uint8_t Guard{0}; 125 thread_local ThreadLocalData TLD; in getThreadLocalData() 126 thread_local bool UNUSED TOnce = [] { in getThreadLocalData()
|
| H A D | xray_fdr_logging.cpp | 131 thread_local typename std::aligned_storage< in getThreadLocalData() 443 thread_local atomic_uint8_t Running{0};
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 120 static thread_local ThreadState State; 121 static thread_local TSD<Allocator> ThreadTSD; 127 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; 129 thread_local ThreadState TSDRegistryExT<Allocator>::State;
|
| H A D | tsd_shared.h | 106 static thread_local uptr ThreadTSD; in getTlsPtr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Parallel.cpp | 27 static thread_local unsigned threadIndex; 31 thread_local unsigned threadIndex;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Instrumentation.cpp | 21 static thread_local bool g_global_boundary = false;
|
| H A D | Timer.cpp | 44 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_exception_storage.cpp | 32 static thread_local __cxa_eh_globals eh_globals; in __globals()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | profile_collector_test.cpp | 186 thread_local FunctionCallTrie::Allocators::Buffers Buffers = [] { in threadProcessing() 195 thread_local auto Allocators = in threadProcessing()
|
| H A D | buffer_queue_test.cpp | 180 thread_local BufferQueue::Buffer B; in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | CMakeLists.txt | 54 static thread_local int blah; 81 # error by unnecessarily defining thread_local when it isn't even used on
|
| H A D | FuzzerPlatform.h | 130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
|
| H A D | FuzzerInternal.h | 152 static thread_local bool IsMyThread;
|
| /openbsd-src/gnu/llvm/lld/include/lld/Common/ |
| H A D | Memory.h | 68 thread_local SpecificAlloc<T> instance; in getSpecificAllocSingletonThreadLocal()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 88 static thread_local struct tsd_key key;
|
| H A D | asan_fuchsia.cpp | 97 static thread_local void *per_thread;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 193 static thread_local struct tsd_key key;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 523 #define LLVM_THREAD_LOCAL thread_local
|
| H A D | Parallel.h | 39 extern thread_local unsigned threadIndex;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 44 __attribute__((tls_model("initial-exec"))) thread_local
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 188 \ thread_local
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 139 static thread_local volatile sig_atomic_t g_usr1_called;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | primary_test.cpp | 272 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | llvm.grm | 264 ThreadLocal ::= - "thread_local" | _ ;
|