Home
last modified time | relevance | path

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

1234

/freebsd/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/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/secure/lib/libcrypt/
H A Dcrypt-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/tools/regression/tls/libxx/
H A Dxx.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/tools/regression/tls/ttls1/
H A Dttls1.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/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/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c92 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 Dh_helper_dso1.c35 #define __thread macro
64 static __thread int tls_callback_var;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dthread96 # include <__thread/this_thread.h>
97 # include <__thread/thread.h>
100 # include <__thread/jthread.h>
104 # include <__thread/formatter.h>
H A Dsemaphore61 # 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 DCtxInstrProfiling.h188 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 DCtxInstrProfiling.cpp44 __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 Dsyzkaller53.sh52 static __thread int clone_ongoing;
53 static __thread int skip_segv;
54 static __thread jmp_buf segv_env;
H A Dsyzkaller89.sh47 static __thread int clone_ongoing;
48 static __thread int skip_segv;
49 static __thread jmp_buf segv_env;
H A Dsyzkaller8.sh43 static __thread int skip_segv;
44 static __thread jmp_buf segv_env;
H A Dsyzkaller61.sh35 static __thread int clone_ongoing;
36 static __thread int skip_segv;
37 static __thread jmp_buf segv_env;
H A Dsyzkaller15.sh55 static __thread int skip_segv;
56 static __thread jmp_buf segv_env;
H A Dsyzkaller64.sh36 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 Dsafestack.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/contrib/llvm-project/libcxx/include/__cxx03/
H A Dthread93 # include <__cxx03/__thread/support.h>
94 # include <__cxx03/__thread/this_thread.h>
95 # include <__cxx03/__thread/thread.h>
/freebsd/lib/libc++/
H A Dlibcxx.imp742 { 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 Dyy.c2 int __thread yy1 = 101;

1234