| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | x86_64.rs | 70 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 D | x86_64.rs | 79 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 D | x86_64.rs | 52 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 D | mod.rs | 306 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 D | mod.rs | 11 pub struct ucontext_t { 15 pub uc_link: *mut crate::ucontext_t,
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | x86_64.rs | 14 pub struct ucontext_t { 16 pub uc_link: *mut crate::ucontext_t,
|
| H A D | aarch64.rs | 20 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 D | mod.rs | 280 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 D | arm.rs | 45 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 D | mod.rs | 44 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 D | mod.rs | 204 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 D | s390x.rs | 175 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 D | mod.rs | 7 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 D | mod.rs | 137 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 D | aarch64.rs | 3 pub type ucontext_t = sigcontext; typedef
|
| H A D | riscv64.rs | 3 pub type ucontext_t = sigcontext; typedef
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | fuchsia-x86_64.txt | 30 ucontext_t
|
| H A D | netbsd-aarch64.txt | 64 ucontext_t
|
| H A D | linux-aarch64.txt | 106 ucontext_t
|
| H A D | linux-s390x.txt | 118 ucontext_t
|
| H A D | linux-loongarch64.txt | 127 ucontext_t
|
| /rust-libc-0.2.174/src/unix/linux_like/android/b64/x86_64/ |
| H A D | mod.rs | 165 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 D | mod.rs | 132 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 D | mod.rs | 243 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 D | mod.rs | 165 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 {
|