Searched refs:timespec (Results 1 – 7 of 7) sorted by relevance
25 struct timespec struct38 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()
11 ``struct timespec`` : 时间戳24 ``int nanosleep(const struct timespec *rdtp,struct timespec *rmtp)``
25 struct timespec struct38 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
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()
546 const struct timespec *rqtp = (const struct timespec *)regs->r8; in sys_nanosleep()547 struct timespec *rmtp = (struct timespec *)regs->r9; in sys_nanosleep()