Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dmod.rs74 pub const ZERO: Instant = Instant::from_micros_const(0);
83 pub const fn from_micros_const(micros: i64) -> Instant { in from_micros_const() method