Home
last modified time | relevance | path

Searched refs:Watchdog (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/
Dwatchdog.cc17 Watchdog::Watchdog(const TimeDelta& duration, in Watchdog() function in Watchdog
36 Watchdog::~Watchdog() { in ~Watchdog()
47 void Watchdog::Arm() { in Arm()
51 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) { in ArmSomeTimeDeltaAgo()
56 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { in ArmAtStartTime()
68 void Watchdog::Disarm() { in Disarm()
78 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain()
123 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName()
130 void Watchdog::ResetStaticData() { in ResetStaticData()
137 Lock Watchdog::static_lock_; // Lock for access of static data...
[all …]
Dwatchdog_unittest.cc20 class WatchdogCounter : public Watchdog {
25 : Watchdog(duration, thread_watched_name, enabled), alarm_counter_(0) { in WatchdogCounter()
32 Watchdog::Alarm(); in Alarm()
46 Watchdog::ResetStaticData(); in SetUp()
56 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); in TEST_F()
57 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); in TEST_F()
62 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); in TEST_F()
68 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); in TEST_F()
Dwatchdog.h29 class Watchdog {
32 Watchdog(const base::TimeDelta& duration,
35 virtual ~Watchdog();
58 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { in ThreadDelegate()
62 Watchdog* watchdog_;
93 DISALLOW_COPY_AND_ASSIGN(Watchdog);
/external/iproute2/testsuite/configs/
Dall-2.4575 # Watchdog Cards
Dall-no-act906 # Watchdog Cards
Dall-police-act911 # Watchdog Cards
/external/webkit/WebKitTools/
DChangeLog-2009-06-167358 Get rid of DRT's Watchdog
7365 Watchdog* files from the project.
7366 * DumpRenderTree/Watchdog.cpp: Removed.
7367 * DumpRenderTree/Watchdog.h: Removed.
7368 * DumpRenderTree/mac/DumpRenderTree.mm: Removed uses of Watchdog
8018 Added a cross-platform Watchdog thread to DRT.
8037 * DumpRenderTree/Watchdog.cpp: Added.
8038 (Watchdog::Watchdog):
8039 (Watchdog::~Watchdog):
8040 (Watchdog::start):
[all …]