Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp55 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 Dxray_basic_logging.cpp80 thread_local atomic_uint8_t Guard{0};
125 thread_local ThreadLocalData TLD; in getThreadLocalData()
126 thread_local bool UNUSED TOnce = [] { in getThreadLocalData()
H A Dxray_fdr_logging.cpp131 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 Dtsd_exclusive.h120 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 Dtsd_shared.h106 static thread_local uptr ThreadTSD; in getTlsPtr()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp27 static thread_local unsigned threadIndex;
31 thread_local unsigned threadIndex;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DInstrumentation.cpp21 static thread_local bool g_global_boundary = false;
H A DTimer.cpp44 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_exception_storage.cpp32 static thread_local __cxa_eh_globals eh_globals; in __globals()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp186 thread_local FunctionCallTrie::Allocators::Buffers Buffers = [] { in threadProcessing()
195 thread_local auto Allocators = in threadProcessing()
H A Dbuffer_queue_test.cpp180 thread_local BufferQueue::Buffer B; in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DCMakeLists.txt54 static thread_local int blah;
81 # error by unnecessarily defining thread_local when it isn't even used on
H A DFuzzerPlatform.h130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
H A DFuzzerInternal.h152 static thread_local bool IsMyThread;
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DMemory.h68 thread_local SpecificAlloc<T> instance; in getSpecificAllocSingletonThreadLocal()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp88 static thread_local struct tsd_key key;
H A Dasan_fuchsia.cpp97 static thread_local void *per_thread;
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp193 static thread_local struct tsd_key key;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCompiler.h523 #define LLVM_THREAD_LOCAL thread_local
H A DParallel.h39 extern thread_local unsigned threadIndex;
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h44 __attribute__((tls_model("initial-exec"))) thread_local
/openbsd-src/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim188 \ thread_local
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp139 static thread_local volatile sig_atomic_t g_usr1_called;
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp272 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm.grm264 ThreadLocal ::= - "thread_local" | _ ;

12