Home
last modified time | relevance | path

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

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