Home
last modified time | relevance | path

Searched defs:rqtp (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/user/libs/libc/src/
Dtime.c13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
/DragonOS-0.1.7/kernel/src/syscall/
Dsyscall.c386 const struct timespec *rqtp = (const struct timespec *)regs->r8; in sys_nanosleep() local