Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dsyscall.rs13 pub type PosixTimeT = c_longlong; typedef
19 pub tv_sec: PosixTimeT,
Dtimeconv.rs1 use super::syscall::PosixTimeT;
85 pub fn time_to_calendar(totalsecs: PosixTimeT, offset: i32) -> CalendarTime { in time_to_calendar() argument