Free a signal bit
Source position: exec.pas line 1241
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 |