Home
last modified time | relevance | path

Searched refs:MockUnpark (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/time/driver/tests/
Dmod.rs15 struct MockUnpark {} struct
16 impl Unpark for MockUnpark { implementation
19 impl MockUnpark { impl
47 let inner = super::Inner::new(time_source.clone(), MockUnpark::mock()); in single_timer()
78 let inner = super::Inner::new(time_source.clone(), MockUnpark::mock()); in drop_timer()
109 let inner = super::Inner::new(time_source.clone(), MockUnpark::mock()); in change_waker()
144 let inner = super::Inner::new(time_source.clone(), MockUnpark::mock()); in reset_future()
193 let inner = super::Inner::new(time_source, MockUnpark::mock()); in poll_process_levels()
234 let inner = super::Inner::new(time_source, MockUnpark::mock()); in poll_process_levels_targeted()