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

/art/dex2oat/
H A Ddex2oat.cc348 class WatchDog { class in namespace:art
349 // WatchDog defines its own CHECK_PTHREAD_CALL to avoid using LOG which uses locks
364 explicit WatchDog(bool is_watch_dog_enabled) { function in class:art::WatchDog
377 ~WatchDog() {
395 WatchDog* self = reinterpret_cast<WatchDog*>(arg);
1065 watchdog_.reset(new WatchDog(true));
1868 std::unique_ptr<WatchDog> watchdog_;

Completed in 255 milliseconds