Home
last modified time | relevance | path

Searched refs:WatchDog (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc400 class WatchDog { class
416 explicit WatchDog(int64_t timeout_in_milliseconds) in WatchDog() function in art::WatchDog
432 ~WatchDog() { in ~WatchDog()
464 WatchDog* self = reinterpret_cast<WatchDog*>(arg); in CallBack()
918 : WatchDog::kDefaultWatchdogTimeoutInMS; in ProcessOptions()
919 watchdog_.reset(new WatchDog(timeout)); in ProcessOptions()
2707 std::unique_ptr<WatchDog> watchdog_;