Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs719 let utime = args[3]; in handle() localVariable
724 if utime != 0 && operation.contains(FutexFlag::FLAGS_HAS_TIMEOUT) { in handle()
726 utime as *const PosixTimeSpec, in handle()
734 Self::do_futex(uaddr, operation, val, timespec, uaddr2, utime as u32, val3) in handle()