Home
last modified time | relevance | path

Searched defs:PosixTimeT (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/time/
H A Dtimeconv.rs85 pub fn time_to_calendar(totalsecs: PosixTimeT, offset: i32) -> CalendarTime { in time_to_calendar()
H A Dsyscall.rs16 pub type PosixTimeT = c_longlong; typedef