Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 522 Bytes

FreeSignal.md

File metadata and controls

30 lines (18 loc) · 522 Bytes

NAME

FreeSignal -- free a signal bit

SYNOPSIS

    FreeSignal(signalNum)
               D0

    void FreeSignal(BYTE);

FUNCTION

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.

WARNING

Signals may not be allocated or freed from exception handling code.

NOTE Starting with V37, an attempt to free signal -1 is harmless.

INPUTS

signalNum - the signal number to free {0..31}.