Home
last modified time | relevance | path

Searched refs:thread_watched_name (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/threading/
Dwatchdog_unittest.cc23 const std::string& thread_watched_name, in WatchdogCounter() argument
25 : Watchdog(duration, thread_watched_name, enabled), alarm_counter_(0) { in WatchdogCounter()
Dwatchdog.cc15 const std::string& thread_watched_name, in Watchdog() argument
22 thread_watched_name_(thread_watched_name), in Watchdog()
Dwatchdog.h36 const std::string& thread_watched_name,
/external/chromium/chrome/browser/
Djankometer.cc61 const std::string& thread_watched_name, in JankWatchdog() argument
63 : Watchdog(duration, thread_watched_name, enabled), in JankWatchdog()
64 thread_name_watched_(thread_watched_name), in JankWatchdog()