Lines Matching refs:timespec
321 pub struct timespec {
1274 pub fn futimens(fd: c_int, times: *const crate::timespec) -> c_int; in futimens()
1360 pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> c_int; in pthread_mutex_timedlock()
1519 host: *const crate::timespec, in pthread_rwlock_timedrdlock() argument
1531 host: *const crate::timespec, in pthread_rwlock_timedwrlock() argument
1556 abstime: *const crate::timespec, in pthread_cond_timedwait() argument
1569 pub fn clock_gettime(clock_id: crate::clockid_t, tp: *mut crate::timespec) -> c_int; in clock_gettime()
1572 pub fn clock_settime(clock_id: crate::clockid_t, tp: *const crate::timespec) -> c_int; in clock_settime()
1575 pub fn clock_getres(clock_id: crate::clockid_t, res: *mut crate::timespec) -> c_int; in clock_getres()
1581 rqtp: *const crate::timespec, in clock_nanosleep() argument
1582 rmtp: *mut crate::timespec, in clock_nanosleep() argument
1586 pub fn nanosleep(rqtp: *const crate::timespec, rmtp: *mut crate::timespec) -> c_int; in nanosleep() argument
1807 pub fn sched_rr_get_interval(pid: crate::pid_t, tp: *mut crate::timespec) -> c_int; in sched_rr_get_interval()
1910 abs_timeout: *const crate::timespec, in mq_timedreceive() argument
1923 abs_timeout: *const crate::timespec, in mq_timedsend() argument