Node:Waiting for a Signal, Next:Signal Stack, Previous:Blocking Signals, Up:Signal Handling
If your program is driven by external events, or uses signals for synchronization, then when it has nothing to do it should probably wait until a signal arrives.
pause
.