Searched refs:PRINTABLE_PTHREAD (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h114 #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt) macro
116 #define PRINTABLE_PTHREAD(pthreadt) pthreadt macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h114 #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt) macro
116 #define PRINTABLE_PTHREAD(pthreadt) pthreadt macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc679 PRINTABLE_PTHREAD(queue_entry.deleter_threadid)));
969 name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc683 PRINTABLE_PTHREAD(queue_entry.deleter_threadid)));
962 name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \

Completed in 110 milliseconds