Searched refs:WatchPoint (Results 1 – 3 of 3) sorted by relevance
34 pub struct WatchPoint { struct40 impl Drop for WatchPoint { implementation226 ) -> Option<WatchPoint> { in watch_with_optional() argument234 Some(WatchPoint { id, wd: wd.clone(), not_send: Default::default() }) in watch_with_optional()245 ) -> Option<WatchPoint> { in watch_with() argument250 pub fn watch(wd: &Arc<Self>, id: &'static str, timeout: Duration) -> Option<WatchPoint> { in watch() argument
376 pub use crate::watchdog::WatchPoint;388 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() argument398 ) -> Option<WatchPoint> { in watch_millis_with() argument436 pub struct WatchPoint(); struct438 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() argument446 ) -> Option<WatchPoint> { in watch_millis_with() argument
110 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() argument