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

/art/dex2oat/
H A Ddex2oat.cc438 class WatchDog { class in namespace:art
439 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using Log which uses locks
454 explicit WatchDog(bool is_watch_dog_enabled) { function in class:art::WatchDog
467 ~WatchDog() {
485 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
563 const unsigned int WatchDog::kWatchDogWarningSeconds;
564 const unsigned int WatchDog::kWatchDogTimeoutSeconds;
811 WatchDog watch_dog(watch_dog_enabled);

Completed in 48 milliseconds