/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | maybe_threads.cc | 60 int pthread_key_create (pthread_key_t*, void (*)(void*)) 76 if (pthread_key_create) { in perftools_pthread_key_create() 77 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | maybe_threads.cc | 60 int pthread_key_create (pthread_key_t*, void (*)(void*)) 76 if (pthread_key_create) { in perftools_pthread_key_create() 77 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | ptw32_processInitialize.c | 83 if ((pthread_key_create (&ptw32_selfThreadKey, NULL) != 0) || in ptw32_processInitialize() 84 (pthread_key_create (&ptw32_cleanupKey, NULL) != 0)) in ptw32_processInitialize()
|
D | pthread_key_create.c | 47 pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *)) in pthread_key_create() function
|
/external/compiler-rt/test/lsan/TestCases/ |
D | use_tls_pthread_specific_dynamic.cc | 21 res = pthread_key_create(&dummy_keys[i], NULL); in main() 25 res = pthread_key_create(&key, NULL); in main()
|
D | use_tls_pthread_specific_static.cc | 19 res = pthread_key_create(&key, NULL); in main()
|
D | cleanup_in_tsd_destructor.cc | 35 int res = pthread_key_create(&key, &key_destructor); in main()
|
D | disabler_in_tsd_destructor.cc | 30 int res = pthread_key_create(&key, &key_destructor); in main()
|
/external/libselinux/src/ |
D | selinux_internal.h | 98 #pragma weak pthread_key_create macro 116 if (pthread_key_create != NULL) \ 117 pthread_key_create(KEY, DESTRUCTOR); \
|
/external/qemu/distrib/libselinux/src/ |
D | selinux_internal.h | 98 #pragma weak pthread_key_create macro 116 if (pthread_key_create != NULL) \ 117 pthread_key_create(KEY, DESTRUCTOR); \
|
/external/skia/src/ports/ |
D | SkTLS_pthread.cpp | 16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor); in sk_tls_make_key()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkTLS_pthread.cpp | 16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor); in sk_tls_make_key()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | h_errno.c | 16 pthread_key_create(&s_h_errno_key, NULL); in __h_errno_create()
|
/external/chromium_org/mojo/public/cpp/utility/lib/ |
D | thread_local_posix.cc | 14 if (pthread_key_create(slot, NULL) != 0) { in AllocateSlot()
|
/external/chromium_org/base/threading/ |
D | thread_local_storage_posix.cc | 14 return !pthread_key_create(key, in AllocTLS()
|
D | thread_local_posix.cc | 18 int error = pthread_key_create(slot, NULL); in AllocateSlot()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | tsd_dtor_leak.cc | 27 assert(0 == pthread_key_create(&tsd_key, Dtor)); in main()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | thread_local.h | 29 pthread_key_create(&key, NULL); in ThreadLocalAlloc()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_posix_test.cc | 53 ASSERT_EQ(0, pthread_key_create(&key, &destructor)); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ThreadSpecific.h | 113 int error = pthread_key_create(key, destructor); in threadSpecificKeyCreate() 138 int error = pthread_key_create(&m_key, destroy); in ThreadSpecific()
|
/external/chromium_org/third_party/angle/src/common/ |
D | tls.cpp | 21 if ((pthread_key_create(&index, NULL)) != 0) in CreateTLSIndex()
|
/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 67 if ( 0 != pthread_key_create ( &key_, destruct_ ) ) in construct_()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deThreadLocalUnix.c | 52 if (pthread_key_create(&key, DE_NULL) != 0) in deThreadLocal_create()
|
/external/llvm/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 31 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create 79 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
|
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 63 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
|