HomeSort by relevance Sort by last modified time
    Searched refs:__thread (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /external/mesa3d/src/glx/
glxcurrent.c 89 __thread void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
glxclient.h 632 extern __thread void *__glX_tls_Context
  /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;
  /external/compiler-rt/lib/tsan/tests/rtl/
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;
  /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/
sanitizer_internal_defs.h 151 # define THREADLOCAL __thread
  /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/vulkan-validation-layers/loader/
vk_loader_platform.h 148 #define THREAD_LOCAL_DECL __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 33 static __thread struct tv_valid static_tv_valid;
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 82 static __thread char buff[BUFSIZ + 1];
  /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 =

Completed in 1011 milliseconds

1 2 3 45 6