Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance
29 struct timespec struct42 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
24 struct timespec struct37 extern int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); argument
94 pub extern "C" fn rs_nanosleep(sleep_time: *const timespec, rm_time: *mut timespec) -> i32 { in rs_nanosleep()