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

/art/dex2oat/
H A Ddex2oat.cc400 class WatchDog { class in namespace:art
401 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using LOG which uses locks
416 explicit WatchDog(int64_t timeout_in_milliseconds) function in class:art::WatchDog
432 ~WatchDog() {
464 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
918 : WatchDog::kDefaultWatchdogTimeoutInMS;
919 watchdog_.reset(new WatchDog(timeout));
2707 std::unique_ptr<WatchDog> watchdog_;

Completed in 306 milliseconds