Home
last modified time | relevance | path

Searched defs:ClockTime (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/time/driver/
Dmod.rs98 pub(self) struct ClockTime { struct
103 impl ClockTime { implementation
432 pub(self) fn new(time_source: ClockTime, unpark: Box<dyn Unpark>) -> Self { in new()
Dhandle.rs20 pub(super) fn time_source(&self) -> &ClockTime { in time_source()
/external/icing/icing/legacy/core/
Dicing-timer.cc26 double IcingTimer::ClockTime() { in ClockTime() function in icing::lib::IcingTimer