Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/
Dtime.c39 clock_t clock() in clock() function
/DragonOS-0.1.8/kernel/src/time/
Dtimekeeping.rs41 clock: Option<Arc<dyn Clocksource>>, field
137 let clock = timekeeper.clock.clone().unwrap(); in tk_get_ns() localVariable
211 let clock = clocksource_default_clock(); in timekeeping_init() localVariable
Dsyscall.rs75 pub fn clock() -> Result<usize, SystemError> { in clock() method
Dtimer.rs298 pub fn clock() -> u64 { in clock() function