Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dsleep.rs11 time::timekeeping::getnstimeofday,
52 let start_time = getnstimeofday(); in nanosleep()
58 let end_time = getnstimeofday(); in nanosleep()
H A Dsyscall.rs16 use super::timekeeping::{do_gettimeofday, getnstimeofday};
153 let timespec = getnstimeofday(); in clock_gettime()
H A Dmod.rs10 use self::timekeeping::getnstimeofday;
71 getnstimeofday() in now()
241 let tm = getnstimeofday(); in now()
H A Dtimekeeping.rs308 pub fn getnstimeofday() -> PosixTimeSpec { in getnstimeofday() function
343 let tp = getnstimeofday(); in do_gettimeofday()