| Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/karma/lib/s.html Дата изменения: Unknown Дата индексирования: Mon Dec 24 13:27:06 2007 Кодировка: Поисковые слова: orion | 
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. | 
| s_install_handlers | Install recommended signal handlers for SIGINT and SIGTERM. | 
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. A single pending interrupt is removed from the queue.
Parameters:
Install recommended signal handlers for SIGINT and SIGTERM.
Parameters: