HomeSort by relevance Sort by last modified time
    Searched defs:Watchdog (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
watchdog.cc 5 #include "base/watchdog.h"
17 Watchdog::Watchdog(const TimeDelta& duration,
35 // Notify watchdog thread, and wait for it to finish up.
36 Watchdog::~Watchdog() {
47 void Watchdog::Arm() {
51 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) {
55 // Start clock for watchdog.
56 void Watchdog::ArmAtStartTime(const TimeTicks start_time)
    [all...]
watchdog.h 5 // The Watchdog class creates a second thread that can Alarm if a specific
7 // specified at construction time. The Watchdog may be used many times by
9 // The Watchdog is typically used under a debugger, where the stack traces on
10 // other threads can be examined if/when the Watchdog alarms.
14 // to permanently disable the watchdog. Disabled watchdogs don't even spawn
29 class Watchdog {
31 // Constructor specifies how long the Watchdog will wait before alarming.
32 Watchdog(const base::TimeDelta& duration,
35 virtual ~Watchdog();
48 DLOG(INFO) << "Watchdog alarmed for " << thread_watched_name_
    [all...]
  /frameworks/base/services/java/com/android/server/
Watchdog.java 46 public class Watchdog extends Thread {
47 static final String TAG = "Watchdog";
53 // Set this to true to have the watchdog record kernel thread stacks when it fires
69 static final String REBOOT_ACTION = "com.android.service.Watchdog.REBOOT";
71 static Watchdog sWatchdog;
131 synchronized (Watchdog.this) {
170 public static Watchdog getInstance() {
172 sWatchdog = new Watchdog();
178 private Watchdog() {
179 super("watchdog");
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 599 milliseconds