Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.7/user/libs/libc/src/
Dtime.c13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
31 return nanosleep(&ts, NULL); in usleep()
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dtime.md24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)``
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Dtime.h42 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
/DragonOS-0.1.7/kernel/src/common/
Dtime.h37 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);