/external/llvm/include/llvm/Transforms/ |
Instrumentation.h | 23 extern __thread __attribute__((tls_model("initial-exec"))) 29 extern __thread __attribute__((tls_model("initial-exec")))
|
/external/clang/test/SemaCXX/ |
cxx11-gnu-attrs.cpp | 41 __thread int tls_model [[gnu::tls_model("local-exec")]];
|
/external/compiler-rt/test/tsan/ |
signal_sync2.cc | 19 __thread int process_signals;
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
fpu_preempt.c | 37 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0,
|
vmx_preempt.c | 36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12},
|
fpu_signal.c | 34 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0,
|
vmx_signal.c | 36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12},
|
/external/selinux/libselinux/src/ |
matchpathcon.c | 68 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; 146 static __thread struct selinux_opt options[SELABEL_NOPT]; 147 static __thread int notrans;
|
/external/clang/test/OpenMP/ |
declare_target_messages.cpp | 6 __thread int t; // expected-note {{defined as threadprivate or thread local}}
|
threadprivate_messages.cpp | 96 static __thread int t; // expected-note {{'t' defined here}}
|
/external/elfutils/libdw/ |
dwarf_error.c | 41 static __thread int global_error;
|
/external/elfutils/libdwfl/ |
dwfl_error.c | 44 static __thread int global_error;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
config.hpp | 293 // Support for the __thread keyword extension. 295 # define ASIO_THREAD_KEYWORD __thread
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
relro_test.cc | 49 __thread int i3 = 1;
|
/external/jemalloc/include/jemalloc/internal/ |
tsd.h | 115 extern __thread a_type a_name##tsd_tls; \ 116 extern __thread bool a_name##tsd_initialized; \ 120 extern __thread a_type a_name##tsd_tls; \ 139 a_attr __thread a_type JEMALLOC_TLS_MODEL \ 141 a_attr __thread bool JEMALLOC_TLS_MODEL \ 146 a_attr __thread a_type JEMALLOC_TLS_MODEL \
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 19 using G = __thread void(int n); // expected-error {{type name does not allow storage class to be specified}}
|
/external/clang/test/Sema/ |
dllexport.c | 53 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}}
|
dllimport.c | 112 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}}
|
/external/gemmlowp/profiling/ |
instrumentation.h | 58 #define GEMMLOWP_THREAD_LOCAL static __thread 190 // non-trivial constructors or destructors for their __thread type modifier.
|
/bionic/tests/ |
thread_local_test.cpp | 29 __thread int local_var = 100; 110 __thread Triangle local_triangle = {{10,10}, {20,20}, {30,30}};
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p1.cpp | 57 __thread int ti = 100; // expected-note {{here}}
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls;
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_posix.cc | 74 static __thread int local_var;
|
/external/elfutils/libelf/ |
elf_error.c | 44 static __thread int global_error;
|
/external/mesa3d/src/egl/main/ |
eglcurrent.c | 54 static __thread const _EGLThreadInfo *_egl_TLS
|