i = ILL_ILLOPC;
i = ILL_ILLOPN;
i = ILL_ILLADR;
i = ILL_ILLTRP;
i = ILL_PRVOPC;
i = ILL_PRVREG;
i = ILL_COPROC;
i = ILL_BADSTK;
i = FPE_INTDIV;
i = FPE_INTOVF;
i = FPE_FLTDIV;
i = FPE_FLTOVF;
i = FPE_FLTUND;
i = FPE_FLTRES;
i = FPE_FLTINV;
i = FPE_FLTSUB;
i = SEGV_MAPERR;
i = SEGV_ACCERR;
i = BUS_ADRALN;
i = BUS_ADRERR;
i = BUS_OBJERR;
i = TRAP_BRKPT;
i = TRAP_TRACE;
i = CLD_EXITED;
i = CLD_KILLED;
i = CLD_DUMPED;
i = CLD_TRAPPED;
i = CLD_STOPPED;
i = CLD_CONTINUED;
i = POLL_IN;
i = POLL_OUT;
i = POLL_MSG;
i = POLL_ERR;
i = POLL_PRI;
i = POLL_HUP;
i = SI_USER;
i = SI_QUEUE;
i = SI_TIMER;
i = SI_ASYNCIO;
i = SI_MESGQ;
typedefvoid (*signal_handler_type)(int);
FUNCTION(kill, int (*f)(pid_t, int));
FUNCTION(killpg, int (*f)(pid_t, int));
FUNCTION(psiginfo, void (*f)(const siginfo_t*, constchar*));
FUNCTION(psignal, void (*f)(int, constchar*));
FUNCTION(pthread_kill, int (*f)(pthread_t, int));
FUNCTION(pthread_sigmask, int (*f)(int, const sigset_t*, sigset_t*));
FUNCTION(raise, int (*f)(int)); #if !defined(__GLIBC__) // Our glibc is too old.
FUNCTION(sig2str, int (*f)(int, char*)); #endif
FUNCTION(sigaction, int (*f)(int, conststruct sigaction*, struct sigaction*));
FUNCTION(sigaddset, int (*f)(sigset_t*, int));
FUNCTION(sigaltstack, int (*f)(const stack_t*, stack_t*));
FUNCTION(sigdelset, int (*f)(sigset_t*, int));
FUNCTION(sigemptyset, int (*f)(sigset_t*));
FUNCTION(sigfillset, int (*f)(sigset_t*));
FUNCTION(sighold, int (*f)(int));
FUNCTION(sigignore, int (*f)(int));
FUNCTION(siginterrupt, int (*f)(int, int));
FUNCTION(sigismember, int (*f)(const sigset_t*, int));
FUNCTION(signal, signal_handler_type (*f)(int, signal_handler_type));
FUNCTION(sigpause, int (*f)(int));
FUNCTION(sigpending, int (*f)(sigset_t*));
FUNCTION(sigprocmask, int (*f)(int, const sigset_t*, sigset_t*));
FUNCTION(sigqueue, int (*f)(pid_t, int, union sigval));
FUNCTION(sigrelse, int (*f)(int));
FUNCTION(sigset, signal_handler_type (*f)(int, signal_handler_type));
FUNCTION(sigsuspend, int (*f)(const sigset_t*));
FUNCTION(sigtimedwait, int (*f)(const sigset_t*, siginfo_t*, conststruct timespec*));
FUNCTION(sigwait, int (*f)(const sigset_t*, int*));
FUNCTION(sigwaitinfo, int (*f)(const sigset_t*, siginfo_t*)); #if !defined(__GLIBC__) // Our glibc is too old.
FUNCTION(str2sig, int (*f)(constchar*, int*)); #endif
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet am 2026-06-28)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.