Home
last modified time | relevance | path

Searched refs:siginfo_timer (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs626 struct siginfo_timer { in si_pid() struct
633 (*(self as *const siginfo_t).cast::<siginfo_timer>())._pid in si_pid()
638 struct siginfo_timer { in si_uid() struct
646 (*(self as *const siginfo_t).cast::<siginfo_timer>())._uid in si_uid()
651 struct siginfo_timer { in si_value() struct
660 (*(self as *const siginfo_t).cast::<siginfo_timer>()).value in si_value()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs76 struct siginfo_timer { in si_pid() struct
83 (*(self as *const siginfo_t as *const siginfo_timer))._pid in si_pid() constant
88 struct siginfo_timer { in si_uid() struct
96 (*(self as *const siginfo_t as *const siginfo_timer))._uid in si_uid() constant
101 struct siginfo_timer { in si_value() struct
110 (*(self as *const siginfo_t as *const siginfo_timer)).value in si_value() constant
115 struct siginfo_timer { in si_status() struct
127 (*(self as *const siginfo_t as *const siginfo_timer)).status in si_status() constant
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs390 struct siginfo_timer { in si_value() struct
398 (*(self as *const siginfo_t).cast::<siginfo_timer>()).si_sigval in si_value()
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3971 struct siginfo_timer { in si_value() struct
3979 (*(self as *const siginfo_t as *const siginfo_timer)).si_sigval in si_value() constant
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs1683 struct siginfo_timer { in si_value() struct
1694 (*(self as *const siginfo_t).cast::<siginfo_timer>()).si_value in si_value()