| /freebsd/contrib/libpcap/ |
| H A D | thread-local.h | 50 #ifndef thread_local 52 #define thread_local _Thread_local macro 54 #define thread_local macro 61 #define thread_local __declspec(thread) macro 66 #define thread_local __thread macro
|
| H A D | etherent.c | 90 static thread_local struct pcap_etherent e; in pcap_next_etherent()
|
| H A D | nametoaddr.c | 1102 static thread_local FILE *fp = NULL; in pcap_ether_hostton() 1103 static thread_local int init = 0; in pcap_ether_hostton()
|
| /freebsd/lib/libc/tests/stdlib/ |
| H A D | cxa_thread_atexit_test.cc | 47 thread_local static Foo foo; in ~Bar() 72 static thread_local Foo f; 73 static thread_local Foo g; 74 static thread_local Bar h; 75 static thread_local Baz e;
|
| H A D | cxa_thread_atexit_nothr_test.cc | 44 static thread_local Foo f;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profiling.cpp | 54 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers; 55 alignas(FunctionCallTrie::Allocators) thread_local std::byte 57 alignas(FunctionCallTrie) thread_local std::byte 59 thread_local ProfilingData TLD{{0}, {0}}; 60 thread_local atomic_uint8_t ReentranceGuard{0}; 65 thread_local atomic_uint8_t TLDInitGuard{0}; 69 thread_local atomic_uint8_t ThreadExitingLatch{0}; 72 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 | 127 alignas(ThreadLocalData) thread_local std::byte in getThreadLocalData() 440 thread_local atomic_uint8_t Running{0};
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 165 static thread_local ThreadState State; 166 static thread_local TSD<Allocator> ThreadTSD; 172 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; 174 thread_local ThreadState TSDRegistryExT<Allocator>::State;
|
| /freebsd/contrib/llvm-project/libc/src/__support/HashTable/ |
| H A D | randomness.h | 27 LIBC_INLINE_VAR thread_local HashState state = { 30 LIBC_INLINE_VAR thread_local uint64_t counter = 0;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | RootAutoDetector.cpp | 94 static thread_local bool Entered = false; in sample() 95 static thread_local uint64_t Entries = 0; in sample() 112 static thread_local PerThreadSamples *ThisThreadSamples = in collectStack()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 26 static thread_local unsigned threadIndex = UINT_MAX; 30 thread_local unsigned threadIndex = UINT_MAX;
|
| /freebsd/contrib/llvm-project/libc/src/__support/macros/ |
| H A D | attributes.h | 34 #define LIBC_THREAD_LOCAL thread_local
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/libc/include/ |
| H A D | __llvm-libc-common.h | 41 #define _Thread_local thread_local
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-wasm.c | 38 thread_local struct _Unwind_LandingPadContext __wasm_lpad_context;
|
| /freebsd/lib/libstdthreads/ |
| H A D | threads.h | 71 #define thread_local _Thread_local macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan.cpp | 420 thread_local uptr __nsan_shadow_ret_tag = 0; 423 thread_local char __nsan_shadow_ret_ptr[kMaxVectorWidth * 427 thread_local uptr __nsan_shadow_args_tag = 0; 434 thread_local char __nsan_shadow_args_ptr[kMaxVectorWidth * kMaxNumArgs *
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Memory.h | 68 thread_local SpecificAlloc<T> instance; in getSpecificAllocSingletonThreadLocal()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
|
| H A D | FuzzerInternal.h | 151 static thread_local bool IsMyThread;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 88 static thread_local struct tsd_key key;
|
| H A D | asan_fuchsia.cpp | 100 static thread_local void *per_thread;
|
| /freebsd/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
|