Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 25 of 48) sorted by relevance

12

/rust-libc-0.2.174/src/fuchsia/
H A Dx86_64.rs70 pub struct ucontext_t {
72 pub uc_link: *mut ucontext_t,
82 impl PartialEq for ucontext_t {
83 fn eq(&self, other: &ucontext_t) -> bool {
96 impl Eq for ucontext_t {}
97 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/solarish/
H A Dx86_64.rs79 pub struct ucontext_t {
81 pub uc_link: *mut ucontext_t,
127 impl PartialEq for ucontext_t {
128 fn eq(&self, other: &ucontext_t) -> bool {
137 impl Eq for ucontext_t {}
/rust-libc-0.2.174/src/unix/haiku/
H A Dx86_64.rs52 pub struct ucontext_t {
53 pub uc_link: *mut ucontext_t,
190 impl PartialEq for ucontext_t {
191 fn eq(&self, other: &ucontext_t) -> bool {
198 impl Eq for ucontext_t {}
199 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs306 pub struct ucontext_t {
308 pub uc_link: *mut ucontext_t,
366 impl PartialEq for ucontext_t {
367 fn eq(&self, other: &ucontext_t) -> bool {
377 impl Eq for ucontext_t {}
379 impl hash::Hash for ucontext_t {
796 pub fn getcontext(ucp: *mut ucontext_t) -> c_int; in getcontext()
797 pub fn setcontext(ucp: *const ucontext_t) -> c_int; in setcontext()
798 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() argument
799 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext() argument
/rust-libc-0.2.174/src/unix/bsd/apple/b64/aarch64/
H A Dmod.rs11 pub struct ucontext_t {
15 pub uc_link: *mut crate::ucontext_t,
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dx86_64.rs14 pub struct ucontext_t {
16 pub uc_link: *mut crate::ucontext_t,
H A Daarch64.rs20 pub struct ucontext_t {
22 pub uc_link: *mut ucontext_t,
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs280 pub struct ucontext_t {
282 pub uc_link: *mut ucontext_t,
337 impl PartialEq for ucontext_t {
338 fn eq(&self, other: &ucontext_t) -> bool {
348 impl Eq for ucontext_t {}
350 impl hash::Hash for ucontext_t {
1095 pub fn getcontext(ucp: *mut ucontext_t) -> c_int; in getcontext()
1096 pub fn setcontext(ucp: *const ucontext_t) -> c_int; in setcontext()
1097 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() argument
1098 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext() argument
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Darm.rs45 pub struct ucontext_t {
47 pub uc_link: *mut ucontext_t,
87 impl PartialEq for ucontext_t {
98 impl Eq for ucontext_t {}
99 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/android/b32/x86/
H A Dmod.rs44 pub struct ucontext_t {
46 pub uc_link: *mut ucontext_t,
89 impl PartialEq for ucontext_t {
99 impl Eq for ucontext_t {}
100 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs204 pub struct ucontext_t {
206 pub uc_link: *mut ucontext_t,
960 pub fn getcontext(ucp: *mut ucontext_t) -> c_int; in getcontext()
961 pub fn setcontext(ucp: *const ucontext_t) -> c_int; in setcontext()
962 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() argument
963 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs175 pub struct ucontext_t {
177 pub uc_link: *mut ucontext_t,
951 pub fn getcontext(ucp: *mut crate::ucontext_t) -> c_int; in getcontext()
952 pub fn setcontext(ucp: *const crate::ucontext_t) -> c_int; in setcontext()
953 pub fn makecontext(ucp: *mut crate::ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() argument
954 pub fn swapcontext(uocp: *mut crate::ucontext_t, ucp: *const crate::ucontext_t) -> c_int; in swapcontext() argument
/rust-libc-0.2.174/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs7 pub struct ucontext_t {
11 pub uc_link: *mut crate::ucontext_t,
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs137 pub struct ucontext_t {
139 pub uc_link: *mut ucontext_t,
155 impl PartialEq for ucontext_t {
156 fn eq(&self, other: &ucontext_t) -> bool {
164 impl Eq for ucontext_t {}
165 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Daarch64.rs3 pub type ucontext_t = sigcontext; typedef
H A Driscv64.rs3 pub type ucontext_t = sigcontext; typedef
/rust-libc-0.2.174/libc-test/semver/
H A Dfuchsia-x86_64.txt30 ucontext_t
H A Dnetbsd-aarch64.txt64 ucontext_t
H A Dlinux-aarch64.txt106 ucontext_t
H A Dlinux-s390x.txt118 ucontext_t
H A Dlinux-loongarch64.txt127 ucontext_t
/rust-libc-0.2.174/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs165 pub struct ucontext_t {
167 pub uc_link: *mut ucontext_t,
253 impl PartialEq for ucontext_t {
263 impl Eq for ucontext_t {}
264 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/x86/
H A Dmod.rs132 pub struct ucontext_t {
134 pub uc_link: *mut ucontext_t,
188 impl PartialEq for ucontext_t {
189 fn eq(&self, other: &ucontext_t) -> bool {
203 impl Eq for ucontext_t {}
205 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs243 pub struct ucontext_t {
245 pub uc_link: *mut ucontext_t,
255 impl PartialEq for ucontext_t {
256 fn eq(&self, other: &ucontext_t) -> bool {
264 impl Eq for ucontext_t {}
265 impl hash::Hash for ucontext_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs165 pub struct ucontext_t {
167 pub uc_link: *mut ucontext_t,
220 impl PartialEq for ucontext_t {
221 fn eq(&self, other: &ucontext_t) -> bool {
235 impl Eq for ucontext_t {}
237 impl hash::Hash for ucontext_t {

12