Lines Matching refs:timespec
146 pub it_interval: ::timespec,
147 pub it_value: ::timespec,
2737 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
2738 pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
2742 rqtp: *const ::timespec,
2743 rmtp: *mut ::timespec,
2745 pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
2799 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
2803 abstime: *const ::timespec,
2853 pub fn futimens(dirfd: ::c_int, times: *const ::timespec) -> ::c_int;
2857 times: *const ::timespec,
2893 abs_timeout: *const ::timespec,
2906 abs_timeout: *const ::timespec,
2919 pub fn port_get(port: ::c_int, pe: *mut port_event, timeout: *mut ::timespec) -> ::c_int;
2925 timeout: *mut ::timespec,