Functions used for signal handling for the main thread and its childs. More...
Functions | |
| int | signal_init (void) |
| Main function for initialising signals. | |
| void | reset_signal_default (void) |
| Function to reset signals to default. | |
| void | ignore_signal (void) |
| Function to ignore certain signals. | |
Functions used for signal handling for the main thread and its childs.
| void ignore_signal | ( | void | ) |
Function to ignore certain signals.
| void reset_signal_default | ( | void | ) |
Function to reset signals to default.
| int signal_init | ( | void | ) |
Main function for initialising signals.
