Home
last modified time | relevance | path

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

/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.0.md207 - SYS_CLOCK 获取当前cpu时间
/DragonOS/kernel/src/syscall/
H A Dmod.rs58 pub const SYS_CLOCK: usize = 100002; constant
334 SYS_CLOCK => Self::clock(), in handle()