Searched refs:pthread_key_t (Results 76 - 93 of 93) sorted by relevance

1234

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc75 pthread_key_t ThreadCache::heap_key_;
H A Dheap-checker.cc464 static pthread_key_t thread_disable_counter_key;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc73 pthread_key_t ThreadCache::heap_key_;
H A Dheap-checker.cc464 static pthread_key_t thread_disable_counter_key;
/external/fio/
H A Dgettime.c30 static pthread_key_t tv_tls_key;
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
167 pthread_key_t test_key;
/external/stlport/src/
H A Dallocators.cpp810 static pthread_key_t _S_key;
1095 pthread_key_t _Pthread_alloc_impl::_S_key = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc806 static pthread_key_t key[kKeys];
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc806 static pthread_key_t key[kKeys];
/external/clang/test/Analysis/
H A Dmalloc.c958 void testPthereadSpecificEscape(pthread_key_t key) {
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c193 static pthread_key_t dlerror_key;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc860 CHECK_TYPE_SIZE(pthread_key_t); variable
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc161 static pthread_key_t g_jni_ptr;
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2926 pthread_key_t key;
/external/pixman/
H A Dconfigure13919 static pthread_key_t key;
13994 static pthread_key_t key;
14069 static pthread_key_t key;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c509 typedef unsigned int pthread_key_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2614 static pthread_key_t CreateKey() {
2615 pthread_key_t key;
2637 const pthread_key_t key_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2614 static pthread_key_t CreateKey() {
2615 pthread_key_t key;
2637 const pthread_key_t key_;

Completed in 896 milliseconds

1234