HomeSort by: relevance | last modified time | path
    Searched refs:thread_local (Results 1 - 21 of 21) sorted by relevancy

  /src/tests/lib/libpthread/
h_thread_local_dtor.cpp 54 thread_local OrderChecker checker{ID};
62 thread_local CreatesThreadLocalInDestructor<2> creates_tl2;
63 thread_local OrderChecker fn_thread_local{1};
64 thread_local CreatesThreadLocalInDestructor<0> creates_tl0;
76 thread_local OrderChecker fn_thread_local{4};
77 thread_local CreatesThreadLocalInDestructor<3> creates_tl;
  /src/tests/libexec/ld.elf_so/helper_dso3/
h_helper_dso3.cpp 45 static thread_local VerboseDestructor tls_dtor("thread_local");
  /src/tests/libexec/ld.elf_so/
t_thread_local_dtor.sh 31 atf_set "descr" "Checks dlclose vs thread_local"
40 in ctor: thread_local
43 in dtor: thread_local
  /src/tests/usr.bin/xlint/lint1/
c23.c 86 // The keyword 'thread_local' was introduced in C23.
87 thread_local int globally_visible;
90 thread_local void
101 thread_local int function_scoped_thread_local;
104 // 'thread_local' can be combined with 'extern' and 'static', but with no other
106 extern thread_local int extern_thread_local_1;
107 thread_local extern int extern_thread_local_2;
109 static thread_local int static_thread_local_1;
111 thread_local static int static_thread_local_2;
c11.c 181 // In C11 mode, 'thread_local' is not yet known, but '_Thread_local' is.
184 thread_local int thread_local_variable_c23;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 56 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers;
57 thread_local std::aligned_storage<sizeof(FunctionCallTrie::Allocators),
60 thread_local std::aligned_storage<sizeof(FunctionCallTrie),
63 thread_local ProfilingData TLD{{0}, {0}};
64 thread_local atomic_uint8_t ReentranceGuard{0};
69 thread_local atomic_uint8_t TLDInitGuard{0};
73 thread_local atomic_uint8_t ThreadExitingLatch{0};
76 thread_local auto ThreadOnce = []() XRAY_NEVER_INSTRUMENT {
xray_basic_logging.cc 81 thread_local atomic_uint8_t Guard{0};
126 thread_local ThreadLocalData TLD;
127 thread_local bool UNUSED TOnce = [] {
xray_fdr_logging.cc 118 // We're doing this to avoid using a `thread_local` object that has a
126 // thread_local's destructor).
132 thread_local typename std::aligned_storage<
445 thread_local atomic_uint8_t Running{0};
  /src/lib/libpthread/
threads.h 44 #define thread_local _Thread_local macro
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_posix.cc 60 static thread_local struct tsd_key key;
asan_fuchsia.cc 66 // We can use a plain thread_local variable for TSD.
67 static thread_local void *per_thread;
asan_rtems.cc 75 // We can use a plain thread_local variable for TSD.
76 static thread_local void *per_thread;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 136 __attribute__((tls_model("initial-exec"))) thread_local static
140 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
FuzzerInternal.h 152 static thread_local bool IsMyThread;
FuzzerLoop.cpp 42 thread_local bool Fuzzer::IsMyThread;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 187 thread_local FunctionCallTrie::Allocators::Buffers Buffers = [] {
196 thread_local auto Allocators =
buffer_queue_test.cc 181 thread_local BufferQueue::Buffer B;
  /src/sys/external/isc/libsodium/dist/m4/
ax_tls.m4 52 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_linux.cc 195 static thread_local struct tsd_key key;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 45 __attribute__((tls_model("initial-exec"))) thread_local
  /src/sys/external/isc/libsodium/dist/
configure 8862 for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do

Completed in 34 milliseconds