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
13 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()26 struct timespec ts = { in usleep()
24 struct timespec struct37 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
15 int rs_nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
11 include::bindings::bindings::{timespec, useconds_t, Cpu_tsc_freq},94 pub extern "C" fn rs_nanosleep(sleep_time: *const timespec, rm_time: *mut timespec) -> i32 { in rs_nanosleep() argument
386 const struct timespec *rqtp = (const struct timespec *)regs->r8; in sys_nanosleep()387 struct timespec *rmtp = (struct timespec *)regs->r9; in sys_nanosleep()