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

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-sepdebug-shared.c 20 /* Note: thread_local requires C11 or later. */
21 thread_local int var = 42;
tls-nodebug-pie.c 20 __thread int thread_local = 42; variable
tls-nodebug.c 5 __thread int thread_local = 42; variable
tls-sepdebug-main.c 21 /* Note: thread_local requires C11 or later. */
22 extern thread_local int var;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-sepdebug-shared.c 20 /* Note: thread_local requires C11 or later. */
21 thread_local int var = 42;
tls-nodebug.c 5 __thread int thread_local = 42; variable
tls-nodebug-pie.c 20 __thread int thread_local = 42; variable
tls-sepdebug-main.c 21 /* Note: thread_local requires C11 or later. */
22 extern thread_local int var;
  /src/external/bsd/libpcap/dist/
thread-local.h 38 * This defines thread_local to specify thread-local storage, if it
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
68 #error "Cannot define thread_local"
  /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;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
safe-strerror.cc 47 static thread_local char buf[1024];
  /src/external/mpl/bind/dist/lib/isc/include/isc/
tid.h 33 extern thread_local uint32_t isc__tid_local;
thread.h 25 #define thread_local _Thread_local macro
  /src/external/gpl3/gdb/dist/gdbsupport/
safe-strerror.cc 47 static thread_local char buf[1024];
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
thread.h 32 extern thread_local size_t isc_tid_v;
64 #define ISC_THREAD_LOCAL static thread_local
  /src/external/mpl/bind/dist/lib/isc/
iterated_hash.c 91 static thread_local bool initialized = false;
92 static thread_local EVP_MD_CTX *mdctx = NULL;
93 static thread_local EVP_MD_CTX *basectx = NULL;
94 static thread_local EVP_MD *md = NULL;
tid.c 28 thread_local uint32_t isc__tid_local = ISC_TID_UNKNOWN;
random.c 48 thread_local static uint32_t isc__random_pool[ISC_RANDOM_BUFSIZE];
49 thread_local static size_t isc__random_pos = ISC_RANDOM_BUFSIZE;
  /src/external/gpl3/gdb.old/dist/gdb/
complaints.h 101 static thread_local complaint_interceptor *g_complaint_interceptor;
  /src/external/gpl3/gdb/dist/gdb/
complaints.h 101 static thread_local complaint_interceptor *g_complaint_interceptor;
  /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 {
  /src/lib/libpthread/
threads.h 44 #define thread_local _Thread_local macro

Completed in 22 milliseconds

1 2 3 4