(C) 1998 AROS - The Amiga Research OS
NAME
void Signal ( task , signalSet)
LOCATION
In SysBase at offset 54
SYNOPSIS
struct Task * task
ULONG signalSet
FUNCTION
Send some signals to a given task. If the task is currently waiting on these signals, has a higher priority as the current one and if taskswitches are allowed the new task begins to run immediately.
INPUTS
task
Pointer to task structure.
signalSet
The set of signals to send to the task.
RESULT
EXAMPLE
SEE ALSO
AllocSignal(), FreeSignal(), Wait(), SetSignal(), SetExcept()
NOTES
This function may be used from interrupts.
BUGS
INTERNALS
HISTORY