Home
last modified time | relevance | path

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

123

/freebsd-head/contrib/netbsd-tests/lib/libc/tls/dso/
HDh_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-head/contrib/netbsd-tests/lib/libc/tls/
HDt_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;
HDt_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;
HDt_tls_static_helper.c42 #define __thread macro
45 extern __thread int var1;
46 extern __thread int var2;
HDt_tls_static.c45 #define __thread macro
58 __thread int var1 = 1;
59 __thread int var2;
/freebsd-head/secure/lib/libcrypt/
HDcrypt-des.c81 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-head/tools/regression/tls/libxx/
HDxx.c2 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-head/tools/regression/tls/ttls1/
HDttls1.c4 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-head/contrib/netbsd-tests/lib/libc/tls_dso/
HDh_tls_dynamic.c43 #define __thread macro
46 __thread int var1 = 1;
47 __thread int var2;
49 __thread pid_t (*dso_var1)(void) = getpid;
/freebsd-head/contrib/llvm-project/libcxx/include/
HDthread93 # include <__thread/formatter.h>
94 # include <__thread/jthread.h>
95 # include <__thread/support.h>
96 # include <__thread/this_thread.h>
97 # include <__thread/thread.h>
HDsemaphore57 # include <__thread/poll_with_backoff.h>
58 # include <__thread/support.h>
59 # include <__thread/timed_backoff_policy.h>
/freebsd-head/contrib/llvm-project/compiler-rt/lib/ctx_profile/
HDCtxInstrProfiling.h133 extern __thread void *volatile __llvm_ctx_profile_expected_callee[2];
136 extern __thread ContextNode **volatile __llvm_ctx_profile_callsite[2];
140 extern __thread __ctx_profile::ContextRoot
HDCtxInstrProfiling.cpp122 __thread char __Buffer[kBuffSize] = {0};
128 __thread void *volatile __llvm_ctx_profile_expected_callee[2] = {nullptr,
130 __thread ContextNode **volatile __llvm_ctx_profile_callsite[2] = {0, 0};
132 __thread ContextRoot *volatile __llvm_ctx_profile_current_context_root =
/freebsd-head/contrib/netbsd-tests/libexec/ld.elf_so/helper_dso1/
HDh_helper_dso1.c35 #define __thread macro
64 static __thread int tls_callback_var;
/freebsd-head/sys/contrib/openzfs/lib/libspl/os/freebsd/
HDmnttab.c93 static __thread char gfstypename[MFSNAMELEN];
94 static __thread char gmntfromname[MNAMELEN];
95 static __thread char gmntonname[MNAMELEN];
96 static __thread char gmntopts[MNTMAXSTR];
/freebsd-head/tools/test/stress2/misc/
HDsyzkaller53.sh52 static __thread int clone_ongoing;
53 static __thread int skip_segv;
54 static __thread jmp_buf segv_env;
HDsyzkaller8.sh43 static __thread int skip_segv;
44 static __thread jmp_buf segv_env;
HDsyzkaller61.sh43 static __thread int clone_ongoing;
44 static __thread int skip_segv;
45 static __thread jmp_buf segv_env;
HDsyzkaller15.sh55 static __thread int skip_segv;
56 static __thread jmp_buf segv_env;
HDsyzkaller64.sh36 static __thread int clone_ongoing;
37 static __thread int skip_segv;
38 static __thread jmp_buf segv_env;
/freebsd-head/contrib/llvm-project/compiler-rt/lib/safestack/
HDsafestack.cpp62 "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-head/lib/libc++/
Dlibcxx.imp680 { include: [ "<__thread/formatter.h>", "private", "<thread>", "public" ] },
681 { include: [ "<__thread/id.h>", "private", "<thread>", "public" ] },
682 { include: [ "<__thread/jthread.h>", "private", "<thread>", "public" ] },
683 { include: [ "<__thread/poll_with_backoff.h>", "private", "<thread>", "public" ] },
684 { include: [ "<__thread/support.h>", "private", "<atomic>", "public" ] },
685 { include: [ "<__thread/support.h>", "private", "<mutex>", "public" ] },
686 { include: [ "<__thread/support.h>", "private", "<semaphore>", "public" ] },
687 { include: [ "<__thread/support.h>", "private", "<thread>", "public" ] },
688 { include: [ "<__thread/support/c11.h>", "private", "<atomic>", "public" ] },
689 { include: [ "<__thread/support/c11.h>", "private", "<mutex>", "public" ] },
[all …]
/freebsd-head/tools/regression/tls/libyy/
HDyy.c2 int __thread yy1 = 101;
/freebsd-head/contrib/llvm-project/compiler-rt/lib/gwp_asan/
HDdefinitions.h13 __thread __attribute__((tls_model("initial-exec")))
/freebsd-head/contrib/libpcap/
HDthread-local.h66 #define thread_local __thread

123