Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:WatchDog

616 // The primary goal of the watchdog is to prevent stuck build servers
619 class WatchDog {
620 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using LOG which uses locks
635 explicit WatchDog(bool is_watch_dog_enabled) {
648 ~WatchDog() {
666 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
728 const unsigned int WatchDog::kWatchDogTimeoutSeconds;
1281 // Done with usage checks, enable watchdog if requested
1282 WatchDog watch_dog(watch_dog_enabled);