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