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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc985 static pid_t self_thread_pid = 0; variable
1035 if (thread_pids[i] == self_thread_pid) continue;
1091 RAW_VLOG(11, "Handling self thread with pid %d", self_thread_pid);
1284 self_thread_pid = getpid();
1306 ? IgnoreLiveThreadsLocked(NULL, 1, &self_thread_pid, dummy_ap)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc985 static pid_t self_thread_pid = 0; variable
1035 if (thread_pids[i] == self_thread_pid) continue;
1091 RAW_VLOG(11, "Handling self thread with pid %d", self_thread_pid);
1284 self_thread_pid = getpid();
1306 ? IgnoreLiveThreadsLocked(NULL, 1, &self_thread_pid, dummy_ap)

Completed in 122 milliseconds