Searched defs:ucontext_t (Results 1 – 8 of 8) sorted by relevance
| /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
|
| H A D | x86_64.rs | 4 pub type ucontext_t = sigcontext; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/ |
| H A D | mod.rs | 798 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() 799 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/aarch64/ |
| H A D | mod.rs | 962 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() 963 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/x86/ |
| H A D | mod.rs | 1097 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() 1098 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/ |
| H A D | s390x.rs | 953 pub fn makecontext(ucp: *mut crate::ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() 954 pub fn swapcontext(uocp: *mut crate::ucontext_t, ucp: *const crate::ucontext_t) -> c_int; in swapcontext()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 3025 pub fn makecontext(ucp: *mut crate::ucontext_t, func: extern "C" fn(), argc: c_int, ...); in makecontext() 3313 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> c_int; in swapcontext()
|