Searched refs:WatchPoint (Results 1 – 3 of 3) sorted by relevance
240 pub use crate::watchdog::WatchPoint;252 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() argument262 ) -> Option<WatchPoint> { in watch_millis_with() argument271 pub struct WatchPoint(); struct273 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() argument281 ) -> Option<WatchPoint> { in watch_millis_with() argument
34 pub struct WatchPoint { struct40 impl Drop for WatchPoint { implementation192 ) -> Option<WatchPoint> { in watch_with_optional() argument200 Some(WatchPoint { id, wd: wd.clone(), not_send: Default::default() }) in watch_with_optional()211 ) -> Option<WatchPoint> { in watch_with() argument216 pub fn watch(wd: &Arc<Self>, id: &'static str, timeout: Duration) -> Option<WatchPoint> { in watch() argument
105 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() argument