Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dsyscall.rs44 pub enum PosixClockID { enum
57 impl TryFrom<i32> for PosixClockID { implementation
138 let clock_id = PosixClockID::try_from(clock_id)?; in clock_gettime()
139 if clock_id != PosixClockID::Realtime { in clock_gettime()