| /freebsd-14.2/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 | 748 static thread_local FILE *fp = NULL; in pcap_ether_hostton() 749 static thread_local int init = 0; in pcap_ether_hostton()
|
| H A D | bpf_image.c | 133 static thread_local char image[256]; in bpf_image()
|
| /freebsd-14.2/lib/libc/tests/stdlib/ |
| H A D | cxa_thread_atexit_test.cc | 44 thread_local static Foo foo; in ~Bar() 67 static thread_local Foo f; 68 static thread_local Foo g; 69 static thread_local Bar h; 70 static thread_local Baz e;
|
| H A D | cxa_thread_atexit_nothr_test.cc | 41 static thread_local Foo f;
|
| /freebsd-14.2/contrib/llvm-project/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 | 132 thread_local typename std::aligned_storage< in getThreadLocalData() 445 thread_local atomic_uint8_t Running{0};
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 145 static thread_local ThreadState State; 146 static thread_local TSD<Allocator> ThreadTSD; 152 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; 154 thread_local ThreadState TSDRegistryExT<Allocator>::State;
|
| H A D | tsd_shared.h | 139 static thread_local uptr ThreadTSD; in getTlsPtr()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-wasm.c | 38 thread_local struct _Unwind_LandingPadContext __wasm_lpad_context;
|
| /freebsd-14.2/lib/libstdthreads/ |
| H A D | threads.h | 71 #define thread_local _Thread_local macro
|
| /freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Memory.h | 68 thread_local SpecificAlloc<T> instance; in getSpecificAllocSingletonThreadLocal()
|
| /freebsd-14.2/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-14.2/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 | 97 static thread_local void *per_thread;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_libcdep_new.cpp | 292 thread_local uptr __sancov_lowest_stack;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 236 static thread_local struct tsd_key key;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 47 extern thread_local unsigned threadIndex;
|