Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/libpcap/
H A Dthread-local.h50 #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 Detherent.c90 static thread_local struct pcap_etherent e; in pcap_next_etherent()
H A Dnametoaddr.c748 static thread_local FILE *fp = NULL; in pcap_ether_hostton()
749 static thread_local int init = 0; in pcap_ether_hostton()
H A Dbpf_image.c133 static thread_local char image[256]; in bpf_image()
/freebsd-14.2/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc44 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 Dcxa_thread_atexit_nothr_test.cc41 static thread_local Foo f;
/freebsd-14.2/contrib/llvm-project/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.cpp132 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 Dtsd_exclusive.h145 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 Dtsd_shared.h139 static thread_local uptr ThreadTSD; in getTlsPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp26 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 DInstrumentation.cpp21 static thread_local bool g_global_boundary = false;
H A DTimer.cpp44 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c38 thread_local struct _Unwind_LandingPadContext __wasm_lpad_context;
/freebsd-14.2/lib/libstdthreads/
H A Dthreads.h71 #define thread_local _Thread_local macro
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h68 thread_local SpecificAlloc<T> instance; in getSpecificAllocSingletonThreadLocal()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
H A DFuzzerInternal.h151 static thread_local bool IsMyThread;
/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/sys/contrib/libsodium/m4/
H A Dax_tls.m452 [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 Dsanitizer_coverage_libcdep_new.cpp292 thread_local uptr __sancov_lowest_stack;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp236 static thread_local struct tsd_key key;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h47 extern thread_local unsigned threadIndex;

12