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

12 3 4 5 6 7

  /external/jemalloc/include/jemalloc/internal/
tsd.h 75 extern __thread a_type a_name##_tls; \
76 extern __thread bool a_name##_initialized; \
80 extern __thread a_type a_name##_tls; \
97 a_attr __thread a_type JEMALLOC_TLS_MODEL \
99 a_attr __thread bool JEMALLOC_TLS_MODEL \
104 a_attr __thread a_type JEMALLOC_TLS_MODEL \
  /external/clang/test/Sema/
tls.c 26 __thread int x;
  /external/compiler-rt/test/lsan/TestCases/
cleanup_in_tsd_destructor.cc 19 __thread void *p;
fork_threaded.cc 13 __thread void *thread_local_var;
use_tls_dynamic.cc 44 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT
  /external/compiler-rt/test/tsan/
mutexset7.cc 7 __thread int huge[1024*1024];
  /external/llvm/test/DebugInfo/ARM/
tls.ll 4 ; __thread int x;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi.h 88 _GLAPI_EXPORT extern __thread struct _glapi_table * _glapi_tls_Dispatch
91 _GLAPI_EXPORT extern __thread void * _glapi_tls_Context
  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 52 __thread int my_tls;
112 __thread void *huge_thread_local_array[DTLS_SIZE];
  /external/mesa3d/src/mapi/glapi/
glapi.h 88 _GLAPI_EXPORT extern __thread struct _glapi_table * _glapi_tls_Dispatch
91 _GLAPI_EXPORT extern __thread void * _glapi_tls_Context
  /external/chromium_org/ppapi/lib/gl/gles2/
gl2ext_ppapi.c 18 #define PP_TLS __thread
  /external/compiler-rt/test/msan/
dtls_test.c 56 __thread long huge_thread_local_array[1 << 17];
  /external/qemu/include/qemu/
tls.h 43 #define DEFINE_TLS(type, x) __thread __typeof__(type) tls__##x
  /prebuilts/misc/common/swig/include/2.0.11/d/
dkw.swg 14 DKEYWORD(__thread);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.cc 16 __thread
18 __thread
20 __thread
thread_cache.h 249 // in a __thread variable since __thread variables are faster to read
251 // because __thread variables provide no way to run cleanup code when
261 static __thread ThreadCache* threadlocal_heap_
401 // __thread is faster, but only when the kernel supports it
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_thread.cc 42 __thread void* g_thread_ptr;
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 24 __thread int tls_model [[gnu::tls_model("local-exec")]];
  /external/deqp/framework/delibs/dethread/
deThreadLocal.h 34 # define DE_THREAD_LOCAL __thread
  /external/elfutils/0.153/
configure.ac 84 AC_CACHE_CHECK([for __thread support], ac_cv_tls, [dnl
92 AC_LANG_PROGRAM([[#undef __thread
93 static __thread int a; int foo (int b) { return a + b; }]],
99 AC_MSG_ERROR([__thread support required]))
  /external/elfutils/0.153/libasm/
asm_error.c 39 static __thread int global_error;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.h 88 extern __thread struct callchain_cursor callchain_cursor;
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 67 static __thread RenderingThread *m_tls;
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 21 extern __thread __attribute__((tls_model("initial-exec")))
27 extern __thread __attribute__((tls_model("initial-exec")))
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 243 // in a __thread variable since __thread variables are faster to read
245 // because __thread variables provide no way to run cleanup code when
255 static __thread ThreadCache* threadlocal_heap_
374 // __thread is faster, but only when the kernel supports it

Completed in 596 milliseconds

12 3 4 5 6 7