Searched refs:Watchdog (Results 1 – 10 of 10) sorted by relevance
/external/chromium/base/threading/ |
D | watchdog.cc | 14 Watchdog::Watchdog(const TimeDelta& duration, in Watchdog() function in base::Watchdog 33 Watchdog::~Watchdog() { in ~Watchdog() 44 void Watchdog::Arm() { in Arm() 48 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) { in ArmSomeTimeDeltaAgo() 53 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { in ArmAtStartTime() 65 void Watchdog::Disarm() { in Disarm() 72 void Watchdog::Alarm() { in Alarm() 79 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain() 124 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName() 131 void Watchdog::ResetStaticData() { in ResetStaticData() [all …]
|
D | watchdog_unittest.cc | 20 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() 57 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); in TEST_F() 58 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); in TEST_F() 63 Watchdog watchdog1(TimeDelta::FromMilliseconds(300), "Disabled", false); in TEST_F() 69 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true); in TEST_F()
|
D | watchdog.h | 32 class BASE_API Watchdog { 35 Watchdog(const TimeDelta& duration, 38 virtual ~Watchdog(); 59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { in ThreadDelegate() 65 Watchdog* watchdog_; 94 DISALLOW_COPY_AND_ASSIGN(Watchdog);
|
/external/chromium/chrome/browser/ |
D | jankometer.cc | 58 class JankWatchdog : public base::Watchdog { 63 : Watchdog(duration, thread_watched_name, enabled), in JankWatchdog() 74 Watchdog::Alarm(); in Alarm()
|
/external/iproute2/testsuite/configs/ |
D | all-2.4 | 575 # Watchdog Cards
|
D | all-no-act | 906 # Watchdog Cards
|
D | all-police-act | 911 # Watchdog Cards
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 7358 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 …]
|
D | ChangeLog-2011-02-16 | 17082 [Qt] Watchdog timer implementation for WTR
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 10852 http://michigan.sierraclub.org/action/Watchdog.html
|