Home
last modified time | relevance | path

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

/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Dtime.md24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)``
30 rmtp : 返回剩余时间
/DragonOS-0.1.8/user/libs/libc/src/
Dtime.c13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() argument
15 return syscall_invoke(SYS_NANOSLEEP, (uint64_t)rqtp, (uint64_t)rmtp, 0, 0, 0, 0, 0, 0); in nanosleep()
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dtime.h42 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);