Searched refs:rmtp (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/ |
D | time.md | 24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)`` 30 rmtp : 返回剩余时间
|
/DragonOS-0.1.8/user/libs/libc/src/ |
D | time.c | 13 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/ |
D | time.h | 42 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
|