Searched defs:Watchdog (Results 1 – 3 of 3) sorted by relevance
30 Watchdog(int timeout, void (*callback)()) : in Watchdog() function
193 pub struct Watchdog { struct194 state: Arc<(Condvar, Mutex<WatchdogState>)>, argument197 impl Watchdog { impl
88 class Watchdog { class94 Watchdog() : watcher_(), done_(false) {} in Watchdog() function in __anon3792ae600111::Watchdog