tango.stdc.signal

D header file for C99.

Members

Aliases

sig_atomic_t
alias sig_atomic_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

raise
int raise(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
signal
sigfn_t signal(int sig, sigfn_t func)

on posix SIGUSR1 and SIGUSR2 are used by the gc, and should not be used/handled/blocked

Variables

SIGABRT
auto SIGABRT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGABRT
auto SIGABRT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGFPE
auto SIGFPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGFPE
auto SIGFPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGILL
auto SIGILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGILL
auto SIGILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGINT
auto SIGINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGINT
auto SIGINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGSEGV
auto SIGSEGV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGSEGV
auto SIGSEGV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGTERM
auto SIGTERM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIGTERM
auto SIGTERM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_DFL
auto SIG_DFL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_DFL
auto SIG_DFL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_ERR
auto SIG_ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_ERR
auto SIG_ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_IGN
auto SIG_IGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_IGN
auto SIG_IGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly