Typedefs | |
typedef void | apr_sigfunc_t (int) |
Functions | |
apr_sigfunc_t * | apr_signal (int signo, apr_sigfunc_t *func) |
const char * | apr_signal_description_get (int signum) |
void | apr_signal_init (apr_pool_t *pglobal) |
apr_status_t | apr_signal_block (int signum) |
apr_status_t | apr_signal_unblock (int signum) |
|
Function prototype for signal handlers |
|
Set the signal handler function for a given signal
|
|
Block the delivery of a particular signal
|
|
Get the description for a specific signal number
|
|
APR-private function for initializing the signal package |
|
Enable the delivery of a particular signal
|