Library: karma
Link With: -lkarma
s_block | Block a signal. |
s_unblock | Unblock a signal. |
s_unblock_all | Unblock all signals. |
s_ignore | Cause a signal to be ignored. |
s_int_handler | Recommended SIGINT handler. |
s_term_handler | Recommended SIGTERM handler. |
s_check_for_int | Check for queued SIGINTs. |
This routine will cause a signal to be blocked until a subsequent call to s_unblock or s_unblock_all. If the signal is already blocked, no action is taken.
Parameters:
This routine will cause a signal to be unblocked. If the signal is not already blocked, no action is taken.
Parameters:
This routine will cause all signals blocked by s_block to be unblocked. If no signals were blocked, no action is taken.
Parameters:
Cause a signal to be ignored.
Parameters:
This routine will handle SIGINT signals (those generated by the C shell in response to a control C keypress).
Parameters:
This routine will handle SIGTERM signals.
Parameters:
This routine will check if there is a queued interrupt (SIGINT) pending.
Parameters: