Home
last modified time | relevance | path

Searched defs:ucontext_t (Results 1 – 8 of 8) sorted by relevance

/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
H A Dx86_64.rs4 pub type ucontext_t = sigcontext; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs798 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 Dmod.rs962 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 Dmod.rs1097 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 Ds390x.rs953 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 Dmod.rs3025 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()