Searched defs:WatchPoint (Results 1 – 3 of 3) sorted by relevance
34 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis()39 pub fn watch(id: &'static str) -> Option<WatchPoint> { in watch()49 ) -> Option<WatchPoint> { in watch_millis_with()58 pub struct WatchPoint(); struct60 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis()64 fn watch(_: &'static str) -> Option<WatchPoint> { in watch()72 ) -> Option<WatchPoint> { in watch_millis_with()
113 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis()118 fn watch(&self, id: &'static str) -> Option<wd::WatchPoint> { in watch()
37 pub struct WatchPoint { struct40 not_send: PhantomData<*mut ()>, // WatchPoint must not be Send. argument43 impl Drop for WatchPoint { implementation261 ) -> Option<WatchPoint> { in watch_with_optional()279 ) -> Option<WatchPoint> { in watch_with()284 pub fn watch(wd: &Arc<Self>, id: &'static str, timeout: Duration) -> Option<WatchPoint> { in watch()