Searched defs:Sleep (Results 1 – 3 of 3) sorted by relevance
31 pub fn sleep_until(instant: Instant) -> Sleep { in sleep_until()43 pub fn sleep(duration: Duration) -> Sleep { in sleep()67 pub struct Sleep { struct74 inner: SleepInner, argument90 // FFRT needs this unsafe impl since `Sleep` has a mut pointer in it. argument95 impl Sleep { impl171 impl Sleep { impl192 impl Sleep { impl266 impl Drop for Sleep { implementation
103 pub(crate) fn set_request_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_request_sleep()107 pub(crate) fn set_total_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_total_sleep()
136 static void Sleep() in Sleep() function in LocksTest