OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_wakeup_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
194
:
last_wakeup_time_
(base::TimeTicks::Now()) {
305
if (now -
last_wakeup_time_
> base::TimeDelta::FromSeconds(2)) {
307
last_wakeup_time_
= now;
thread_watcher.h
275
base::TimeTicks
last_wakeup_time_
;
member in class:ThreadWatcherList
Completed in 216 milliseconds