Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

FreeSignal

Free a signal bit

Declaration

Source position: exec.pas line 1932

procedure FreeSignal(

  signalNum: LongInt

);

Arguments

signalNum

  

The signal number to free [0..31].

Description

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.

See also

AllocSignal

  

Allocate a signal bit


Documentation generated on: 2021-07-30