Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functional/
H A Dtls_align_dso.c0 __thread char c1 = 1;
2 __thread char xchar = 2;
3 __thread char c2 = 3;
4 __thread short xshort = 4;
5 __thread char c3 = 5;
6 __thread int xint = 6;
7 __thread char c4 = 7;
8 __thread long long xllong = 8;
H A Dtls_local_exec.c6 static __thread char d1 = 11;
7 static __thread char d64 __attribute__ ((aligned(64))) = 22;
8 static __thread char d4096 __attribute__ ((aligned(4096))) = 33;
9 static __thread char z1 = 0;
10 static __thread char z64 __attribute__ ((aligned(64))) = 0;
11 static __thread char z4096 __attribute__ ((aligned(4096))) = 0;
12 static __thread const char *s1 = "s1";
H A Dtls_init.c4 __thread int tls_fix = 23;
5 __thread int tls_zero;
H A Dtls_init_dso.c2 __thread char *tls = buf;
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest9-v1.cc3 __thread char global_var0;
4 __thread int global_var1;
5 __thread unsigned global_var2;
H A Dtest9-v0.cc4 __thread int global_var0;
5 __thread int global_var1;
/third_party/musl/libc-test/src/regression/
H A Dtls_get_new-dtv_dso.c0 __thread char v[123];
2 __thread int x = 42;
3 __thread long double y;
/third_party/selinux/libselinux/src/
H A Dprocattr.c14 static __thread char *prev_current = UNSET;
15 static __thread char * prev_exec = UNSET;
16 static __thread char * prev_fscreate = UNSET;
17 static __thread char * prev_keycreate = UNSET;
18 static __thread char * prev_sockcreate = UNSET;
23 static __thread char destructor_initialized;
H A Dsetrans_client.c29 static __thread char * prev_t2r_trans = NULL;
30 static __thread char * prev_t2r_raw = NULL;
31 static __thread char * prev_r2t_trans = NULL;
32 static __thread char * prev_r2t_raw = NULL;
33 static __thread char *prev_r2c_trans = NULL;
34 static __thread char * prev_r2c_raw = NULL;
39 static __thread char destructor_initialized;
H A Dmatchpathcon.c68 static __thread struct selabel_handle *hnd;
73 static __thread char **con_array;
74 static __thread int con_array_size;
75 static __thread int con_array_used;
152 static __thread struct selinux_opt options[SELABEL_NOPT];
153 static __thread int notrans;
/third_party/libabigail/tests/
H A Dtest-utils.cc26 static __thread const char* s(ABIGAIL_SRC_DIR); in get_src_dir()
40 static __thread const char* s(ABIGAIL_BUILD_DIR); in get_build_dir()
/third_party/musl/src/exit/
H A Dcxa_thread_atexit_impl.c35 __thread struct dtor_list* thread_local_dtors = NULL;
37 __thread bool thread_local_dtors_alive = false;
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c43 static __thread int global_error;
149 static __thread char msg[128]; in errnomsg()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dreserved.c68 static int (__thread); variable
146 reserved.c:68:12: error: Trying to use reserved word '__thread' as identifier
H A Dptr-inherit.c56 static __thread int o; in test_tls()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djconfigint.h22 #define THREAD_LOCAL __thread
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dper_thread_tls.h42 #define ABSL_PER_THREAD_TLS_KEYWORD __thread
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadLocal.h34 # define DE_THREAD_LOCAL __thread
/third_party/elfutils/libasm/
H A Dasm_error.c41 static __thread int global_error;
/third_party/elfutils/libdw/
H A Ddwarf_error.c40 static __thread int global_error;
H A Dlibdw_alloc.c47 static __thread size_t thread_id = THREAD_ID_UNSET;
/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler.h125 extern __thread int g_thread_in_wasm_code;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp78 extern __thread unsigned long long __msan_param_tls[];
79 extern __thread unsigned long long __msan_retval_tls[];
80 extern __thread unsigned long long __msan_va_arg_tls[];
81 extern __thread unsigned long long __msan_va_arg_overflow_size_tls;
/third_party/glfw/deps/
H A Dtinycthread.h161 #define _Thread_local __thread
/third_party/alsa-lib/src/
H A Derror.c65 #define TLS_PFX __thread

Completed in 9 milliseconds

12