Searched refs:WatchDog (Results 1 – 1 of 1) sorted by relevance
280 class WatchDog { class296 explicit WatchDog(int64_t timeout_in_milliseconds) in WatchDog() function in art::WatchDog312 ~WatchDog() { in ~WatchDog()351 WatchDog* self = reinterpret_cast<WatchDog*>(arg); in CallBack()423 pthread_mutex_t WatchDog::runtime_mutex_ = PTHREAD_MUTEX_INITIALIZER;424 Runtime* WatchDog::runtime_ = nullptr;847 : WatchDog::kDefaultWatchdogTimeoutInMS; in ProcessOptions()848 watchdog_.reset(new WatchDog(timeout)); in ProcessOptions()2741 WatchDog::SetRuntime(runtime_.get()); in CreateRuntime()2904 std::unique_ptr<WatchDog> watchdog_;