Searched defs:watch_millis (Results 1 – 2 of 2) sorted by relevance
252 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() function273 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() function
105 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() method