Lines Matching refs:time
43 sys::{signal::*, time::TimeSpec},
112 // compile time. But I can't figure out how, because:
247 /// # use std::{thread, time};
262 /// thread::sleep(time::Duration::from_millis(10));
289 /// # use std::{thread, time};
301 /// thread::sleep(time::Duration::from_millis(10));
326 /// # use std::{thread, time};
336 /// thread::sleep(time::Duration::from_millis(10));
418 /// # use std::{thread, time};
426 /// thread::sleep(time::Duration::from_millis(10));
516 /// # use std::{thread, time};
537 /// thread::sleep(time::Duration::from_millis(10));
633 /// # use std::{thread, time};
656 /// thread::sleep(time::Duration::from_millis(10));
755 /// # use std::{thread, time};
771 /// thread::sleep(time::Duration::from_millis(10));
868 /// # use std::{thread, time};
888 /// thread::sleep(time::Duration::from_millis(10));
987 /// # use std::{thread, time};
1002 /// thread::sleep(time::Duration::from_millis(10));
1103 /// # use std::time;
1121 /// thread::sleep(time::Duration::from_millis(10));
1138 /// # use std::time;
1169 /// thread::sleep(time::Duration::from_millis(10));