Free a signal bit
Source position: exec.pas line 1797
procedure FreeSignal( |
SignalNum: LongInt |
); |
SignalNum |
|
The signal number to free [0..31]. |
This function frees a previously allocated signal bit for reuse. This call must be performed while running in the same task in which the signal was allocated.
|
Allocate a signal bit |