Uses of Class
de.ibapl.jnhw.posix.Signal.Siginfo_t
-
Packages that use Signal.Siginfo_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Signal.Siginfo_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix that return types with arguments of type Signal.Siginfo_t Modifier and Type Method Description Callback_I_Mem_Mem_V<Signal.Siginfo_t,T>Signal.Sigaction. sa_sigactionAsCallback_I_Mem_Mem_V()Pointer to a signal-catching function POSIX:structure sigaction.Methods in de.ibapl.jnhw.posix with parameters of type Signal.Siginfo_t Modifier and Type Method Description static voidSignal. psiginfo(Signal.Siginfo_t pinfo, String message)static intSignal. sigtimedwait(Signal.Sigset_t set, Signal.Siginfo_t info, Time.Timespec timeout)static intSignal. sigwaitinfo(Signal.Sigset_t set, Signal.Siginfo_t info)Method parameters in de.ibapl.jnhw.posix with type arguments of type Signal.Siginfo_t Modifier and Type Method Description <T extends OpaqueMemory32>
voidSignal.Sigaction. sa_sigaction(FunctionPtr_I_Mem_Mem_V<Signal.Siginfo_t,T> sa_sigaction)<T extends OpaqueMemory32>
voidSignal.Sigaction. sa_sigaction0(FunctionPtr_I_Mem_Mem_V<Signal.Siginfo_t,T> sa_sigaction)
-