siginfo ¤
Classes:
-
SigInfoKill– -
SigInfoTimer– -
SigInfoSigVal– -
SigInfoRt– -
SigInfoSigChld– -
SigInfoSigFault– -
SigInfoSigPoll– -
SigInfoSigSys– -
SigInfo–
SigInfoKill dataclass ¤
SigInfoTimer dataclass ¤
SigInfoTimer(si_tid: int, si_overrun: int, si_sigval: SigInfoSigVal)
SigInfoSigVal dataclass ¤
SigInfoRt dataclass ¤
SigInfoRt(si_pid: int, si_uid: int, si_sigval: SigInfoSigVal)
SigInfoSigChld dataclass ¤
Attributes:
SigInfoSigFault dataclass ¤
SigInfoSigPoll dataclass ¤
SigInfoSigSys dataclass ¤
SigInfo dataclass ¤
SigInfo(
si_signo: int,
si_errno: int,
si_code: int,
kill: SigInfoKill,
timer: SigInfoTimer,
rt: SigInfoRt,
sigchld: SigInfoSigChld,
sigfault: SigInfoSigFault,
sigpoll: SigInfoSigPoll,
sigsys: SigInfoSigSys,
)
Attributes:
-
si_signo(int) – -
si_errno(int) – -
si_code(int) – -
kill(SigInfoKill) – -
timer(SigInfoTimer) – -
rt(SigInfoRt) – -
sigchld(SigInfoSigChld) – -
sigfault(SigInfoSigFault) – -
sigpoll(SigInfoSigPoll) – -
sigsys(SigInfoSigSys) –