Searched defs:time_source (Results 1 – 6 of 6) sorted by relevance
45 let time_source = super::ClockTime::new(clock.clone()); in single_timer() localVariable76 let time_source = super::ClockTime::new(clock.clone()); in drop_timer() localVariable107 let time_source = super::ClockTime::new(clock.clone()); in change_waker() localVariable142 let time_source = super::ClockTime::new(clock.clone()); in reset_future() localVariable191 let time_source = super::ClockTime::new(clock.clone()); in poll_process_levels() localVariable232 let time_source = super::ClockTime::new(clock.clone()); in poll_process_levels_targeted() localVariable
8 time_source: ClockTime, field15 let time_source = inner.state.lock().time_source.clone(); in new() localVariable20 pub(super) fn time_source(&self) -> &ClockTime { in time_source() method
87 time_source: ClockTime, field147 time_source: ClockTime, field173 let time_source = ClockTime::new(clock); in new() localVariable
22 const TickClock* time_source) in ThreadControllerImpl()49 const TickClock* time_source) { in Create()
17 TickClock* time_source) in ThreadControllerWithMessagePumpImpl()
18 const TickClock* time_source) in ThreadControllerForTest()