OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WatchdogCounter
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
watchdog_unittest.cc
20
class
WatchdogCounter
: public Watchdog {
22
WatchdogCounter
(const TimeDelta& duration,
28
virtual ~
WatchdogCounter
() {}
40
DISALLOW_COPY_AND_ASSIGN(
WatchdogCounter
);
78
WatchdogCounter
watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
87
WatchdogCounter
watchdog(TimeDelta(), "Enabled2", true);
99
WatchdogCounter
watchdog(TimeDelta::FromMilliseconds(10), "Disabled", false);
108
WatchdogCounter
watchdog(TimeDelta::FromSeconds(1), "Enabled3", true);
/external/chromium_org/base/threading/
watchdog_unittest.cc
20
class
WatchdogCounter
: public Watchdog {
22
WatchdogCounter
(const TimeDelta& duration,
29
virtual ~
WatchdogCounter
() {}
41
DISALLOW_COPY_AND_ASSIGN(
WatchdogCounter
);
79
WatchdogCounter
watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
88
WatchdogCounter
watchdog(TimeDelta(), "Enabled2", true);
100
WatchdogCounter
watchdog(TimeDelta::FromMilliseconds(10), "Disabled", false);
109
WatchdogCounter
watchdog(TimeDelta::FromSeconds(1), "Enabled3", true);
Completed in 30 milliseconds