Uses of Class
de.ibapl.jnhw.posix.Signal.Stack_t
-
Packages that use Signal.Stack_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Signal.Stack_t in de.ibapl.jnhw.posix
Fields in de.ibapl.jnhw.posix declared as Signal.Stack_t Modifier and Type Field Description Signal.Stack_tSignal.Ucontext_t. uc_stackThe stack used by this context.Methods in de.ibapl.jnhw.posix that return Signal.Stack_t Modifier and Type Method Description static <T extends OpaqueMemory32>
Signal.Stack_t<T>Signal.Stack_t. of(int ss_flags, T ss_sp)Create a new Stack_t and set s_flags, ss_size and ss_sp.Methods in de.ibapl.jnhw.posix with parameters of type Signal.Stack_t Modifier and Type Method Description static voidSignal. sigaltstack(Signal.Stack_t ss, Signal.Stack_t oss)Method parameters in de.ibapl.jnhw.posix with type arguments of type Signal.Stack_t Modifier and Type Method Description TSignal.Stack_t. ss_sp(OpaqueMemory32.OpaqueMemory32Producer<T,Signal.Stack_t<T>> producer)Stack base or pointer.
-