Searched defs:WatchDog (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc433 class WatchDog { class in namespace:art
434 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using Log which uses locks
449 explicit WatchDog(bool is_watch_dog_enabled) { function in class:art::WatchDog
462 ~WatchDog() {
480 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
558 const unsigned int WatchDog::kWatchDogWarningSeconds;
559 const unsigned int WatchDog::kWatchDogTimeoutSeconds;
806 WatchDog watch_dog(watch_dog_enabled);

Completed in 57 milliseconds