Searched defs:WatchPoint (Results 1 – 3 of 3) sorted by relevance
37 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis()42 pub fn watch(id: &'static str) -> Option<WatchPoint> { in watch()52 ) -> Option<WatchPoint> { in watch_millis_with()61 pub struct WatchPoint(); struct63 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis()67 fn watch(_: &'static str) -> Option<WatchPoint> { in watch()75 ) -> Option<WatchPoint> { in watch_millis_with()
110 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis()115 fn watch(&self, id: &'static str) -> Option<wd::WatchPoint> { in watch()
34 pub struct WatchPoint { struct37 not_send: PhantomData<*mut ()>, // WatchPoint must not be Send. argument40 impl Drop for WatchPoint { implementation226 ) -> Option<WatchPoint> { in watch_with_optional()245 ) -> Option<WatchPoint> { in watch_with()250 pub fn watch(wd: &Arc<Self>, id: &'static str, timeout: Duration) -> Option<WatchPoint> { in watch()