Searched refs:nanosleep (Results 1 – 7 of 7) sorted by relevance
13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function31 return nanosleep(&ts, NULL); in usleep()
38 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
27 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function85 return nanosleep(&ts, NULL); in usleep()
15 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)``
38 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
549 return nanosleep(rqtp, rmtp); in sys_nanosleep()