Lines Matching refs:timespec
129 pub struct timespec {
402 pub sched_ss_repl_period: crate::timespec,
403 pub sched_ss_init_budget: crate::timespec,
554 pub it_interval: crate::timespec,
555 pub it_value: crate::timespec,
3695 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> c_int; in nanosleep() argument
3788 abstime: *const crate::timespec, in pthread_cond_timedwait() argument
3898 timeout: *const timespec, in pselect() argument
3932 pub fn clock_getres(clk_id: crate::clockid_t, tp: *mut crate::timespec) -> c_int; in clock_getres()
3933 pub fn clock_gettime(clk_id: crate::clockid_t, tp: *mut crate::timespec) -> c_int; in clock_gettime()
3934 pub fn clock_settime(clk_id: crate::clockid_t, tp: *const crate::timespec) -> c_int; in clock_settime()
3951 pub fn futimens(fd: c_int, times: *const crate::timespec) -> c_int; in futimens()
3955 times: *const crate::timespec, in utimensat() argument
4074 timeout: *const crate::timespec, in sigtimedwait() argument
4150 timeout: *mut crate::timespec, in recvmmsg() argument
4177 pub fn sched_rr_get_interval(pid: crate::pid_t, tp: *mut crate::timespec) -> c_int; in sched_rr_get_interval()
4178 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const crate::timespec) -> c_int; in sem_timedwait()
4196 timeout: *const crate::timespec, in ppoll() argument
4201 abstime: *const crate::timespec, in pthread_mutex_timedlock() argument
4214 rqtp: *const crate::timespec, in clock_nanosleep() argument
4215 rmtp: *mut crate::timespec, in clock_nanosleep() argument