Searched refs:__thread (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/tools/regression/tls/libyy/
H A Dyy.c3 int __thread yy1 = 101;
/freebsd-11-stable/tools/regression/tls/libxx/
H A Dxx.c3 extern int __thread yy1;
4 int __thread xx1 = 1;
5 int __thread xx2 = 2;
6 int __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
/freebsd-11-stable/tools/regression/tls/ttls1/
H A Dttls1.c5 extern int __thread xx1;
6 extern int __thread xx2;
7 extern int __thread xxa[];
8 int __thread a[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_static_helper.c42 #define __thread macro
45 extern __thread int var1;
46 extern __thread int var2;
H A Dt_tls_dynamic.c46 #define __thread macro
59 extern __thread int var1;
60 extern __thread int var2;
61 extern __thread pid_t (*dso_var1)(void);
63 __thread int *var3 = &optind;
65 __thread int *var4 = &var4_helper;
H A Dt_tls_dlopen.c47 #define __thread macro
60 __thread int var1 = 1;
61 __thread int var2;
62 __thread int *var3 = &optind;
64 __thread int *var4 = &var4_helper;
H A Dt_tls_static.c45 #define __thread macro
58 __thread int var1 = 1;
59 __thread int var2;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls_dso/
H A Dh_tls_dynamic.c43 #define __thread macro
46 __thread int var1 = 1;
47 __thread int var2;
49 __thread pid_t (*dso_var1)(void) = getpid;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls/dso/
H A Dh_tls_dlopen.c44 #define __thread macro
47 extern __thread int var1;
48 extern __thread int var2;
49 extern __thread int *var3;
50 __thread int var5 = 1;
51 static __thread pid_t (*local_var)(void) = getpid;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h12 #define GWP_ASAN_TLS_INITIAL_EXEC __thread __attribute__((tls_model("initial-exec")))
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/helper_dso1/
H A Dh_helper_dso1.c35 #define __thread macro
64 static __thread int tls_callback_var;
/freebsd-11-stable/tools/regression/tls/ttls2/
H A Dttls2.c7 int __thread i;
/freebsd-11-stable/tools/regression/tls/ttls4/
H A Dttls4.c15 int __thread n;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp37 "default"))) __thread void *__safestack_unsafe_stack_ptr = nullptr;
87 __thread void *unsafe_stack_start = nullptr;
88 __thread size_t unsafe_stack_size = 0;
89 __thread size_t unsafe_stack_guard = 0;
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_globals.cc57 static __thread abi::__cxa_eh_globals global;
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c99 static __thread int tid_cache;
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dlibgomp.h224 extern __thread struct gomp_thread gomp_tls_data;
H A Dteam.c49 __thread struct gomp_thread gomp_tls_data;
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h115 extern __thread a_type a_name##tsd_tls; \
116 extern __thread bool a_name##tsd_initialized; \
120 extern __thread a_type a_name##tsd_tls; \
139 a_attr __thread a_type JEMALLOC_TLS_MODEL \
141 a_attr __thread bool JEMALLOC_TLS_MODEL \
146 a_attr __thread a_type JEMALLOC_TLS_MODEL \
/freebsd-11-stable/lib/libgssapi/
H A Dgss_display_status.c181 #define __thread macro
192 static __thread struct mg_thread_ctx last_error_context;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h41 #define THREADLOCAL __thread
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp37 static __thread DTLS dtls;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp18 static __thread Thread *thr;
20 static __thread volatile int initing;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h247 extern __thread enum __mf_state_enum __mf_state_1;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c58 # define _LIBUNWIND_THREAD_LOCAL __thread

Completed in 117 milliseconds

12