/prebuilts/clang/host/darwin-x86/clang-3960126/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
|
/prebuilts/clang/host/darwin-x86/clang-3977809/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
|
/prebuilts/clang/host/darwin-x86/clang-4053586/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
|
/prebuilts/clang/host/linux-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
|
/prebuilts/clang/host/linux-x86/clang-3960126/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
|
/prebuilts/clang/host/linux-x86/clang-3977809/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
|
/prebuilts/clang/host/linux-x86/clang-4053586/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler.h | 75 static __thread bool _S_inside(false);
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/loader/ |
vk_loader_platform.h | 173 #define THREAD_LOCAL_DECL __thread
|
/external/protobuf/src/google/protobuf/stubs/ |
port.h | 276 #define GOOGLE_THREAD_LOCAL __thread
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
port.h | 276 #define GOOGLE_THREAD_LOCAL __thread
|
/external/fio/ |
gettime.c | 35 static __thread struct tv_valid static_tv_valid;
|
configure | 1216 # Whether or not __thread is supported for TLS 1222 static __thread int ret; 1228 if compile_prog "" "" "__thread"; then 1231 echo "__thread $tls_thread" [all...] |
/external/ltp/testcases/realtime/func/rt-migrate/ |
rt-migrate.c | 82 static __thread char buff[BUFSIZ + 1];
|
/external/mesa3d/src/glx/ |
glxclient.h | 661 extern __thread void *__glX_tls_Context
|
/external/clang/test/CodeGenCXX/ |
dllimport.cpp | 352 __declspec(dllimport) inline void FunctionWithTLSVar() { static __thread int x = 42; } [all...] |
/external/libunwind/src/ia64/ |
Gscript.c | 49 static __thread struct ia64_script_cache ia64_per_thread_cache =
|
/external/clang/test/SemaCXX/ |
dllexport.cpp | 73 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}} 76 static __thread int OK; // no-error [all...] |
dllimport.cpp | 125 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}} 129 static __thread int OK; // no-error [all...] |
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 140 static __thread struct cap_ng m = { 1,
|