void raise(int signal
)
The raise
action sends the specified signal
to the currently running process. This action is similar to
using the kill command to send a signal to
a process. The raise
action can be used to
send a signal at a precise point in the execution of a
process.