tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
siginfo_t
tango
stdc
posix
signal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
siginfo_t
struct
siginfo_t
version(!linux && darwin)
extern (
C
)
struct
siginfo_t {
int
si_signo
;
int
si_errno
;
int
si_code
;
pid_t
si_pid
;
uid_t
si_uid
;
int
si_status
;
void
*
si_addr
;
sigval
si_value
;
int
si_band
;
uint
[
7
]
pad
;
}
struct
siginfo_t
struct
siginfo_t
Members
Variables
pad
uint
[
7
]
pad
;
Undocumented in source.
si_addr
void
*
si_addr
;
Undocumented in source.
si_band
int
si_band
;
Undocumented in source.
si_code
int
si_code
;
Undocumented in source.
si_errno
int
si_errno
;
Undocumented in source.
si_pid
pid_t
si_pid
;
Undocumented in source.
si_signo
int
si_signo
;
Undocumented in source.
si_status
int
si_status
;
Undocumented in source.
si_uid
uid_t
si_uid
;
Undocumented in source.
si_value
sigval
si_value
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
signal
aliases
SIGRTMAX
SIGRTMIN
ctid_t
poolid_t
projid_t
taskid_t
zoneid_t
enums
BUS_ADRALN
CLD_EXITED
FPE_INTDIV
FPE_INTOVF
ILL_ILLOPC
POLL_IN
SEGV_MAPERR
SIGEV_SIGNAL
SI_ASYNCNL
SI_NOINFO
TRAP_BRKPT
functions
bsd_signal
kill
killpg
sigaction
sigaddset
sigaltstack
sigblock
sigdelset
sigemptyset
sigfillset
sighold
sigignore
siginterrupt
sigismember
sigpause
sigpending
sigprocmask
sigqueue
sigrelse
sigset
sigsuspend
sigwait
structs
sigaction_t
sigevent
siginfo_t
sigset_t
sigstack
stack_t
timespec
unions
sigval
variables
MINSIGSTKSZ
SA_NOCLDSTOP
SA_NOCLDWAIT
SA_NODEFER
SA_ONSTACK
SA_RESETHAND
SA_RESTART
SA_SIGINFO
SA_USERTRAMP
SIGALRM
SIGBUS
SIGCHLD
SIGCONT
SIGHUP
SIGKILL
SIGPIPE
SIGPOLL
SIGPROF
SIGQUIT
SIGSTKSZ
SIGSTOP
SIGSYS
SIGTRAP
SIGTSTP
SIGTTIN
SIGTTOU
SIGURG
SIGUSR1
SIGUSR2
SIGVTALRM
SIGXCPU
SIGXFSZ
SIG_BLOCK
SIG_HOLD
SIG_SETMASK
SIG_UNBLOCK
SI_MAXSZ
SI_PAD
SS_DISABLE
SS_ONSTACK