/external/gemmlowp/profiling/ |
instrumentation.h | 58 #define GEMMLOWP_THREAD_LOCAL static __thread 190 // non-trivial constructors or destructors for their __thread type modifier.
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
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},
|
vsx_preempt.c | 40 __thread vector int varray[24] = {
|
/bionic/tests/ |
thread_local_test.cpp | 29 __thread int local_var = 100; 110 __thread Triangle local_triangle = {{10,10}, {20,20}, {30,30}};
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
os.h | 111 #define THREAD __thread 135 #define __declspec_thread __thread
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p1.cpp | 57 __thread int ti = 100; // expected-note {{here}}
|
/external/clang/test/OpenMP/ |
threadprivate_messages.cpp | 96 static __thread int t; // expected-note {{'t' defined here}}
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls;
|
sanitizer_internal_defs.h | 151 # define THREADLOCAL __thread
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_posix.cc | 74 static __thread int local_var;
|
tsan_test_util_posix.cc | 32 static __thread bool expect_report; 33 static __thread bool expect_report_reported; 34 static __thread ReportType expect_report_type;
|
/external/elfutils/libelf/ |
elf_error.c | 44 static __thread int global_error;
|
/external/mesa3d/src/glx/ |
glxcurrent.c | 79 __thread void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
|
/external/compiler-rt/lib/tsan/dd/ |
dd_interceptors.cc | 19 static __thread Thread *thr; 21 static __thread volatile int initing;
|
/external/libunwind/src/x86_64/ |
Gtrace.c | 53 static __thread unw_trace_cache_t *tls_cache; 54 static __thread int tls_cache_destroyed;
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
cdefs.h | 234 #define _Thread_local __thread 242 #define _Thread_local __thread
|
/external/clang/test/SemaCXX/ |
alias-template.cpp | 16 template<typename U> using G = __thread void(int n); // expected-error {{type name does not allow storage class to be specified}}
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_common_test.cc | 138 static __thread int thread_var;
|
/external/libvncserver/libvncserver/ |
zlib.c | 49 #define TLS __thread
|
/external/llvm/include/llvm/Support/ |
Compiler.h | 471 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and 473 #define LLVM_THREAD_LOCAL __thread
|
/external/mesa3d/src/egl/main/ |
eglcurrent.c | 52 static __thread const _EGLThreadInfo *_egl_TLS
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Compiler.h | 487 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and 489 #define LLVM_THREAD_LOCAL __thread
|
/external/vulkan-validation-layers/loader/ |
vk_loader_platform.h | 148 #define THREAD_LOCAL_DECL __thread
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Compiler.h | 490 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and 492 #define LLVM_THREAD_LOCAL __thread
|