Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dmod.rs150 pub const ZERO: Instant = Instant::from_micros_const(0);
214 pub const fn from_micros_const(micros: i64) -> Instant { in from_micros_const() method