Searched refs:main_thread_pid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc1648 static int32 main_thread_pid = getpid(); variable
2052 // main_thread_pid might still be 0 if this function is being called before
2054 if (main_thread_pid == 0)
2055 main_thread_pid = our_pid;
2058 snprintf(pid_buf, sizeof(pid_buf), ".%d", main_thread_pid);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc1648 static int32 main_thread_pid = getpid(); variable
2052 // main_thread_pid might still be 0 if this function is being called before
2054 if (main_thread_pid == 0)
2055 main_thread_pid = our_pid;
2058 snprintf(pid_buf, sizeof(pid_buf), ".%d", main_thread_pid);

Completed in 319 milliseconds