Searched refs:perftools_pthread_setspecific (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.h48 int perftools_pthread_setspecific(pthread_key_t key, void *val);
H A Dmaybe_threads.cc93 int perftools_pthread_setspecific(pthread_key_t key, void *val) {
H A Dthread_cache.cc390 perftools_pthread_setspecific(heap_key_, heap);
425 perftools_pthread_setspecific(heap_key_, NULL);
H A Dheap-checker.cc490 perftools_pthread_setspecific(thread_disable_counter_key, p);
502 perftools_pthread_setspecific(thread_disable_counter_key, p);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.h48 int perftools_pthread_setspecific(pthread_key_t key, void *val);
H A Dmaybe_threads.cc93 int perftools_pthread_setspecific(pthread_key_t key, void *val) {
H A Dthread_cache.cc379 perftools_pthread_setspecific(heap_key_, heap);
414 perftools_pthread_setspecific(heap_key_, NULL);
H A Dheap-checker.cc490 perftools_pthread_setspecific(thread_disable_counter_key, p);
502 perftools_pthread_setspecific(thread_disable_counter_key, p);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h159 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h156 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) { function

Completed in 2533 milliseconds