Searched defs:Watchdog (Results 1 – 3 of 3) sorted by relevance
30 Watchdog(int timeout, void (*callback)()) : in Watchdog() function
253 pub struct Watchdog { struct254 state: Arc<(Condvar, Mutex<WatchdogState>)>, argument257 impl Watchdog { impl
89 class Watchdog { class95 Watchdog() : watcher_(), done_(false) {} in Watchdog() function in __anon05bf6ec20111::Watchdog