Searched refs:WatchDog (Results 1 – 1 of 1) sorted by relevance
564 class WatchDog { class580 explicit WatchDog(int64_t timeout_in_milliseconds) in WatchDog() function in art::WatchDog596 ~WatchDog() { in ~WatchDog()635 WatchDog* self = reinterpret_cast<WatchDog*>(arg); in CallBack()707 pthread_mutex_t WatchDog::runtime_mutex_ = PTHREAD_MUTEX_INITIALIZER;708 Runtime* WatchDog::runtime_ = nullptr;1123 : WatchDog::kDefaultWatchdogTimeoutInMS; in ProcessOptions()1124 watchdog_.reset(new WatchDog(timeout)); in ProcessOptions()2854 WatchDog::SetRuntime(runtime_.get()); in CreateRuntime()3017 std::unique_ptr<WatchDog> watchdog_;