| /freebsd-12.1/contrib/netbsd-tests/lib/libc/tls/dso/ |
| H A D | h_tls_dlopen.c | 44 #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 D | t_tls_dynamic.c | 46 #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 D | t_tls_dlopen.c | 47 #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 D | t_tls_static_helper.c | 42 #define __thread macro 45 extern __thread int var1; 46 extern __thread int var2;
|
| H A D | t_tls_static.c | 45 #define __thread macro 58 __thread int var1 = 1; 59 __thread int var2;
|
| /freebsd-12.1/tools/regression/tls/libxx/ |
| H A D | xx.c | 3 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 D | ttls1.c | 5 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 D | h_tls_dynamic.c | 43 #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 D | h_helper_dso1.c | 35 #define __thread macro 64 static __thread int tls_callback_var;
|
| /freebsd-12.1/contrib/compiler-rt/lib/safestack/ |
| H A D | safestack.cc | 90 "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 D | tsd_malloc_thread_cleanup.h | 6 extern __thread tsd_t tsd_tls; 7 extern __thread bool tsd_initialized;
|
| H A D | tsd_tls.h | 6 extern __thread tsd_t tsd_tls;
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | tsd.c | 16 __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 D | yy.c | 3 int __thread yy1 = 101;
|
| /freebsd-12.1/lib/libgssapi/ |
| H A D | gss_display_status.c | 184 #define __thread macro 195 static __thread struct mg_thread_ctx last_error_context;
|
| /freebsd-12.1/tools/regression/tls/ttls4/ |
| H A D | ttls4.c | 15 int __thread n;
|
| /freebsd-12.1/tools/regression/tls/ttls2/ |
| H A D | ttls2.c | 7 int __thread i;
|
| /freebsd-12.1/contrib/gcclibs/libgomp/config/linux/ |
| H A D | lock.c | 99 static __thread int tid_cache;
|
| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | eh_globals.cc | 57 static __thread abi::__cxa_eh_globals global; in get_global()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp.h | 224 extern __thread struct gomp_thread gomp_tls_data;
|
| H A D | team.c | 49 __thread struct gomp_thread gomp_tls_data;
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cc | 19 static __thread Thread *thr; 21 static __thread volatile int initing;
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls;
|
| /freebsd-12.1/sys/contrib/libsodium/m4/ |
| H A D | ax_tls.m4 | 52 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-impl.h | 247 extern __thread enum __mf_state_enum __mf_state_1;
|