Searched refs:PosixTimeT (Results 1 – 2 of 2) sorted by relevance
13 pub type PosixTimeT = c_longlong; typedef19 pub tv_sec: PosixTimeT,
1 use super::syscall::PosixTimeT;85 pub fn time_to_calendar(totalsecs: PosixTimeT, offset: i32) -> CalendarTime { in time_to_calendar() argument