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

/art/dex2oat/
H A Ddex2oat.cc619 class WatchDog { class in namespace:art
620 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using LOG which uses locks
635 explicit WatchDog(bool is_watch_dog_enabled) { function in class:art::WatchDog
648 ~WatchDog() {
666 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
728 const unsigned int WatchDog::kWatchDogTimeoutSeconds;
1282 WatchDog watch_dog(watch_dog_enabled);

Completed in 1420 milliseconds