Lines Matching defs:timespec
329 pub struct timespec {
1317 pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> ::c_int;
1445 host: *const ::timespec,
1457 host: *const ::timespec,
1482 abstime: *const ::timespec,
1495 pub fn clock_gettime(clock_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
1498 pub fn clock_settime(clock_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
1501 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int;
1507 rqtp: *const ::timespec,
1508 rmtp: *mut ::timespec,
1512 pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int;
1810 abs_timeout: *const ::timespec,
1823 abs_timeout: *const ::timespec,