Searched refs:timespec (Results 1 – 7 of 7) sorted by relevance
11 ``struct timespec`` : 时间戳24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)``
29 struct timespec struct42 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
25 struct timespec struct38 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()26 struct timespec ts = { in usleep()
15 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
27 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()80 struct timespec ts = { in usleep()
573 const struct timespec *rqtp = (const struct timespec *)regs->r8; in sys_nanosleep()574 struct timespec *rmtp = (struct timespec *)regs->r9; in sys_nanosleep()