Home
last modified time | relevance | path

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

/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);