| /freebsd/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/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/secure/lib/libcrypt/ |
| H A D | crypt-des.c | 81 static __thread u_char inv_key_perm[64]; 93 static __thread u_char inv_comp_perm[56]; 105 static __thread u_char u_sbox[8][64]; 157 static __thread u_char un_pbox[32]; 177 static __thread u_int32_t saltbits; 178 static __thread u_int32_t old_salt; 179 static __thread const u_int32_t *bits28, *bits24; 180 static __thread u_char init_perm[64], final_perm[64]; 181 static __thread u_int32_t en_keysl[16], en_keysr[16]; 182 static __thread u_int32_t de_keysl[16], de_keysr[16]; [all …]
|
| /freebsd/tools/regression/tls/libxx/ |
| H A D | xx.c | 2 extern int __thread yy1; 3 int __thread xx1 = 1; 4 int __thread xx2 = 2; 5 int __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
|
| /freebsd/tools/regression/tls/ttls1/ |
| H A D | ttls1.c | 4 extern int __thread xx1; 5 extern int __thread xx2; 6 extern int __thread xxa[]; 7 int __thread a[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
|
| /freebsd/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/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | mnttab.c | 92 static __thread char gfstypename[MFSNAMELEN]; 93 static __thread char gmntfromname[MNAMELEN]; 94 static __thread char gmntonname[MNAMELEN]; 95 static __thread char gmntopts[MNTMAXSTR];
|
| /freebsd/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/contrib/llvm-project/libcxx/include/ |
| H A D | thread | 96 # include <__thread/this_thread.h> 97 # include <__thread/thread.h> 100 # include <__thread/jthread.h> 104 # include <__thread/formatter.h>
|
| H A D | semaphore | 61 # include <__thread/poll_with_backoff.h> 62 # include <__thread/support.h> 63 # include <__thread/timed_backoff_policy.h>
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.h | 188 extern __thread void *volatile __llvm_ctx_profile_expected_callee[2]; 191 extern __thread ContextNode **volatile __llvm_ctx_profile_callsite[2]; 195 extern __thread __ctx_profile::ContextRoot
|
| H A D | CtxInstrProfiling.cpp | 44 __thread bool IsUnderContext = false; 149 __thread char __Buffer[kBuffSize] = {0}; 155 __thread void *volatile __llvm_ctx_profile_expected_callee[2] = {nullptr, 157 __thread ContextNode **volatile __llvm_ctx_profile_callsite[2] = {0, 0}; 159 __thread ContextRoot *volatile __llvm_ctx_profile_current_context_root =
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller53.sh | 52 static __thread int clone_ongoing; 53 static __thread int skip_segv; 54 static __thread jmp_buf segv_env;
|
| H A D | syzkaller89.sh | 47 static __thread int clone_ongoing; 48 static __thread int skip_segv; 49 static __thread jmp_buf segv_env;
|
| H A D | syzkaller8.sh | 43 static __thread int skip_segv; 44 static __thread jmp_buf segv_env;
|
| H A D | syzkaller61.sh | 35 static __thread int clone_ongoing; 36 static __thread int skip_segv; 37 static __thread jmp_buf segv_env;
|
| H A D | syzkaller15.sh | 55 static __thread int skip_segv; 56 static __thread jmp_buf segv_env;
|
| H A D | syzkaller64.sh | 36 static __thread int clone_ongoing; 37 static __thread int skip_segv; 38 static __thread jmp_buf segv_env;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 62 "default"))) __thread void *__safestack_unsafe_stack_ptr = nullptr; 112 __thread void *unsafe_stack_start = nullptr; 113 __thread size_t unsafe_stack_size = 0; 114 __thread size_t unsafe_stack_guard = 0;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | thread | 93 # include <__cxx03/__thread/support.h> 94 # include <__cxx03/__thread/this_thread.h> 95 # include <__cxx03/__thread/thread.h>
|
| /freebsd/lib/libc++/ |
| H A D | libcxx.imp | 742 { include: [ "<__thread/formatter.h>", "private", "<thread>", "public" ] }, 743 { include: [ "<__thread/id.h>", "private", "<thread>", "public" ] }, 744 { include: [ "<__thread/jthread.h>", "private", "<thread>", "public" ] }, 745 { include: [ "<__thread/poll_with_backoff.h>", "private", "<thread>", "public" ] }, 746 { include: [ "<__thread/support.h>", "private", "<atomic>", "public" ] }, 747 { include: [ "<__thread/support.h>", "private", "<mutex>", "public" ] }, 748 { include: [ "<__thread/support.h>", "private", "<semaphore>", "public" ] }, 749 { include: [ "<__thread/support.h>", "private", "<thread>", "public" ] }, 750 { include: [ "<__thread/support/c11.h>", "private", "<atomic>", "public" ] }, 751 { include: [ "<__thread/support/c11.h>", "private", "<mutex>", "public" ] }, [all …]
|
| /freebsd/tools/regression/tls/libyy/ |
| H A D | yy.c | 2 int __thread yy1 = 101;
|