Searched defs:thread_pid (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/metrics/
H A Dstats_table.cc126 int* thread_pid(int slot_id) const { function in class:base::StatsTable::Private
324 *(impl_->thread_pid(slot)) = GetCurrentProcId();
401 if (pid == 0 || *impl_->thread_pid(slot_id) == pid)

Completed in 19 milliseconds