Home
last modified time | relevance | path

Searched refs:__thread (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-12.1/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-12.1/contrib/netbsd-tests/lib/libc/tls/
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_helper.c42 #define __thread macro
45 extern __thread int var1;
46 extern __thread int var2;
H A Dt_tls_static.c45 #define __thread macro
58 __thread int var1 = 1;
59 __thread int var2;
/freebsd-12.1/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-12.1/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-12.1/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-12.1/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-12.1/contrib/compiler-rt/lib/safestack/
H A Dsafestack.cc90 "default"))) __thread void *__safestack_unsafe_stack_ptr = nullptr;
95 static __thread void *unsafe_stack_start = nullptr;
96 static __thread size_t unsafe_stack_size = 0;
97 static __thread size_t unsafe_stack_guard = 0;
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h6 extern __thread tsd_t tsd_tls;
7 extern __thread bool tsd_initialized;
H A Dtsd_tls.h6 extern __thread tsd_t tsd_tls;
/freebsd-12.1/contrib/jemalloc/src/
H A Dtsd.c16 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER;
17 __thread bool JEMALLOC_TLS_MODEL tsd_initialized = false;
20 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER;
/freebsd-12.1/tools/regression/tls/libyy/
H A Dyy.c3 int __thread yy1 = 101;
/freebsd-12.1/lib/libgssapi/
H A Dgss_display_status.c184 #define __thread macro
195 static __thread struct mg_thread_ctx last_error_context;
/freebsd-12.1/tools/regression/tls/ttls4/
H A Dttls4.c15 int __thread n;
/freebsd-12.1/tools/regression/tls/ttls2/
H A Dttls2.c7 int __thread i;
/freebsd-12.1/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c99 static __thread int tid_cache;
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_globals.cc57 static __thread abi::__cxa_eh_globals global; in get_global()
/freebsd-12.1/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-12.1/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc19 static __thread Thread *thr;
21 static __thread volatile int initing;
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cc38 static __thread DTLS dtls;
/freebsd-12.1/sys/contrib/libsodium/m4/
H A Dax_tls.m452 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-impl.h247 extern __thread enum __mf_state_enum __mf_state_1;

123