Searched refs:rqtp (Results 1 – 2 of 2) sorted by relevance
/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);
|