Home
last modified time | relevance | path

Searched refs:timer_t (Results 1 – 14 of 14) sorted by relevance

/rust-libc-0.2.174/src/unix/nto/
H A Dneutrino.rs1150 pub fn TimerDestroy(__id: crate::timer_t) -> c_int; in TimerDestroy()
1151 pub fn TimerDestroy_r(__id: crate::timer_t) -> c_int; in TimerDestroy_r()
1153 __id: crate::timer_t, in TimerSettime() argument
1159 __id: crate::timer_t, in TimerSettime_r() argument
1166 __id: crate::timer_t, in TimerInfo() argument
1172 __id: crate::timer_t, in TimerInfo_r() argument
H A Dmod.rs9 pub type timer_t = c_int; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs25 pub type timer_t = c_ulong; typedef
1962 pub fn timer_create(clockid: clockid_t, sevp: *mut sigevent, timerid: *mut timer_t) -> c_int; in timer_create()
1964 pub fn timer_delete(timerid: timer_t) -> c_int; in timer_delete()
1967 timerid: timer_t, in timer_settime() argument
1973 pub fn timer_gettime(timerid: timer_t, curr_value: *mut itimerspec) -> c_int; in timer_gettime() argument
1974 pub fn timer_getoverrun(timerid: timer_t) -> c_int; in timer_getoverrun()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs19 pub type timer_t = c_int; typedef
2654 timerid: *mut crate::timer_t, in timer_create() argument
2656 pub fn timer_delete(timerid: crate::timer_t) -> c_int; in timer_delete()
2657 pub fn timer_getoverrun(timerid: crate::timer_t) -> c_int; in timer_getoverrun()
2658 pub fn timer_gettime(timerid: crate::timer_t, curr_value: *mut crate::itimerspec) -> c_int; in timer_gettime() argument
2660 timerid: crate::timer_t, in timer_settime() argument
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs24 pub type timer_t = c_int; typedef
2981 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> c_int; in timer_create()
2982 pub fn timer_delete(timerid: timer_t) -> c_int; in timer_delete()
2983 pub fn timer_getoverrun(timerid: timer_t) -> c_int; in timer_getoverrun()
2984 pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> c_int; in timer_gettime() argument
2986 timerid: timer_t, in timer_settime() argument
/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt867 timer_t
H A Dnetbsd.txt1619 timer_t
H A Dfreebsd.txt2394 timer_t
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs22 pub type timer_t = c_long; typedef
3321 timerid: *mut crate::timer_t, in timer_create() argument
3323 pub fn timer_delete(timerid: timer_t) -> c_int; in timer_delete()
3324 pub fn timer_getoverrun(timerid: timer_t) -> c_int; in timer_getoverrun()
3325 pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> c_int; in timer_gettime() argument
3327 timerid: crate::timer_t, in timer_settime() argument
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs116 pub type timer_t = __timer_t; typedef
4053 timerid: *mut crate::timer_t, in timer_create() argument
4055 pub fn timer_delete(timerid: crate::timer_t) -> c_int; in timer_delete()
4056 pub fn timer_getoverrun(timerid: crate::timer_t) -> c_int; in timer_getoverrun()
4057 pub fn timer_gettime(timerid: crate::timer_t, curr_value: *mut crate::itimerspec) -> c_int; in timer_gettime() argument
4059 timerid: crate::timer_t, in timer_settime() argument
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs16 pub type timer_t = *mut __c_anonymous__timer; typedef
5465 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> c_int; in timer_create()
5466 pub fn timer_delete(timerid: timer_t) -> c_int; in timer_delete()
5467 pub fn timer_getoverrun(timerid: timer_t) -> c_int; in timer_getoverrun()
5468 pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> c_int; in timer_gettime() argument
5470 timerid: timer_t, in timer_settime() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6870 timerid: *mut crate::timer_t, in timer_create() argument
6872 pub fn timer_delete(timerid: crate::timer_t) -> c_int; in timer_delete()
6873 pub fn timer_getoverrun(timerid: crate::timer_t) -> c_int; in timer_getoverrun()
6875 pub fn timer_gettime(timerid: crate::timer_t, curr_value: *mut crate::itimerspec) -> c_int; in timer_gettime() argument
6878 timerid: crate::timer_t, in timer_settime() argument
/rust-libc-0.2.174/src/solid/
H A Dmod.rs19 pub type timer_t = c_int; typedef
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs7 pub type timer_t = *mut c_void; typedef