Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc280 class WatchDog { class
296 explicit WatchDog(int64_t timeout_in_milliseconds) in WatchDog() function in art::WatchDog
312 ~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_;