Table of Contents

SendSignal

Sends a signal to another task.

Synopsis

Err SendSignal( Item task, uint32 sigMask )

Description

This procedure sends one or more signals to the specified task. See the description of AllocSignal() for more information about signals.

It is an error for a user task to send a system signal or a signal that has not been allocated by the receiving task.

Arguments

Return Value

The procedure returns 0 if successful or an error code (a negative value) if an error occurs. Possible error codes include:

Implementation

SWI implemented in kernel folio V20.

Associated Files

See Also

AllocSignal(), FreeSignal(), GetCurrentSignals(), WaitSignal()