Home
last modified time | relevance | path

Searched defs:time_source (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/tokio/src/time/driver/tests/
Dmod.rs45 let time_source = super::ClockTime::new(clock.clone()); in single_timer() localVariable
76 let time_source = super::ClockTime::new(clock.clone()); in drop_timer() localVariable
107 let time_source = super::ClockTime::new(clock.clone()); in change_waker() localVariable
142 let time_source = super::ClockTime::new(clock.clone()); in reset_future() localVariable
191 let time_source = super::ClockTime::new(clock.clone()); in poll_process_levels() localVariable
232 let time_source = super::ClockTime::new(clock.clone()); in poll_process_levels_targeted() localVariable
/external/rust/crates/tokio/src/time/driver/
Dhandle.rs8 time_source: ClockTime, field
15 let time_source = inner.state.lock().time_source.clone(); in new() localVariable
20 pub(super) fn time_source(&self) -> &ClockTime { in time_source() method
Dmod.rs87 time_source: ClockTime, field
147 time_source: ClockTime, field
173 let time_source = ClockTime::new(clock); in new() localVariable
/external/libchrome/base/task/sequence_manager/
Dthread_controller_impl.cc22 const TickClock* time_source) in ThreadControllerImpl()
49 const TickClock* time_source) { in Create()
Dthread_controller_with_message_pump_impl.cc17 TickClock* time_source) in ThreadControllerWithMessagePumpImpl()
/external/libchrome/base/task/sequence_manager/test/
Dsequence_manager_for_test.cc18 const TickClock* time_source) in ThreadControllerForTest()