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

1 2 3 45 6 7

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 175 /* Define to 1 if compiler supports __thread */
port.h 181 #define __thread __declspec(thread) macro
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 175 /* Define to 1 if compiler supports __thread */
port.h 178 #define __thread __declspec(thread) macro
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 51 static __thread ThreadLog* g_tls_log = NULL;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 158 # define THREADLOCAL __thread
  /external/elfutils/0.153/
ChangeLog 59 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
  /external/elfutils/0.153/libelf/
elf_error.c 68 static __thread int global_error;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 25 __thread struct callchain_cursor callchain_cursor;
  /external/valgrind/main/
config.h 310 /* can use __thread to define thread-local variables */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler.h 82 static __thread bool _S_inside(false);
  /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-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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 82 static __thread bool _S_inside(false);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 82 static __thread bool _S_inside(false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 43 __thread struct XRayTraceCapture* g_xray_capture = NULL;
44 __thread int g_xray_thread_id_placeholder = 0;
  /external/libunwind/src/x86_64/
Gtrace.c 53 static __thread unw_trace_cache_t *tls_cache;
54 static __thread int tls_cache_destroyed;
  /external/pixman/
configure.ac 860 keywords="__thread __declspec(thread)"
864 #error This MinGW version has broken __thread support
867 #error OpenBSD has broken __thread support
  /external/chromium_org/third_party/mesa/src/docs/
dispatch.html 152 extern __thread struct _glapi_table *_glapi_tls_Dispatch
  /external/fio/
gettime.c 28 static __thread struct tv_valid static_tv_valid;
  /external/jemalloc/
INSTALL 172 thread-local variables via the __thread keyword. If TLS is available,

Completed in 1622 milliseconds

1 2 3 45 6 7