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

12

/freebsd-13-stable/tools/regression/tls/libyy/
H A Dyy.c3 int __thread yy1 = 101;
/freebsd-13-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-13-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-13-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-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h13 __thread __attribute__((tls_model("initial-exec")))
/freebsd-13-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-13-stable/tools/regression/tls/ttls2/
H A Dttls2.c7 int __thread i;
/freebsd-13-stable/tools/regression/tls/ttls4/
H A Dttls4.c15 int __thread n;
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h6 #define JEMALLOC_TSD_TYPE_ATTR(type) __thread type JEMALLOC_TLS_MODEL
H A Dtsd_tls.h6 #define JEMALLOC_TSD_TYPE_ATTR(type) __thread type JEMALLOC_TLS_MODEL
/freebsd-13-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-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c44 __thread char buf[BUFSIZE];
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp37 static __thread DTLS dtls;
H A Dsanitizer_internal_defs.h231 # define THREADLOCAL __thread
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h39 #define THREADLOCAL __thread
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c70 static __thread int _uu_main_thread = 0;
/freebsd-13-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-13-stable/lib/libgssapi/
H A Dgss_display_status.c184 static __thread struct mg_thread_ctx last_error_context;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c181 static __thread char errbuf[ERRBUFLEN];
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c58 # define _LIBUNWIND_THREAD_LOCAL __thread

Completed in 123 milliseconds

12