Uses of Class
de.ibapl.jnhw.posix.Signal.Ucontext_t
-
Packages that use Signal.Ucontext_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.x_open Very thin and safe wrapper classes around common used headers on a X/Open system. -
-
Uses of Signal.Ucontext_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix that return Signal.Ucontext_t Modifier and Type Method Description Signal.Ucontext_tSignal.Ucontext_t. uc_link(OpaqueMemory32.OpaqueMemory32Producer<Signal.Ucontext_t,Signal.Ucontext_t> producer)Pointer to the context that is resumed when this context returns.Method parameters in de.ibapl.jnhw.posix with type arguments of type Signal.Ucontext_t Modifier and Type Method Description Signal.Ucontext_tSignal.Ucontext_t. uc_link(OpaqueMemory32.OpaqueMemory32Producer<Signal.Ucontext_t,Signal.Ucontext_t> producer)Pointer to the context that is resumed when this context returns.Signal.Ucontext_tSignal.Ucontext_t. uc_link(OpaqueMemory32.OpaqueMemory32Producer<Signal.Ucontext_t,Signal.Ucontext_t> producer)Pointer to the context that is resumed when this context returns. -
Uses of Signal.Ucontext_t in de.ibapl.jnhw.x_open
Methods in de.ibapl.jnhw.x_open with parameters of type Signal.Ucontext_t Modifier and Type Method Description static voidUcontext. getcontext(Signal.Ucontext_t ucp)Get user context and store it in variable pointed to by UCP.
-