(C) 1998 AROS - The Amiga Research OS
NAME
void Vacate (sigSem , bidMsg)
LOCATION
In SysBase at offset 91
SYNOPSIS
struct SignalSemaphore * sigSem
struct SemaphoreMessage * bidMsg
FUNCTION
Release a lock obtained with Procure. This will even work if the message is not yet replied - the request will be cancelled and the message replied. In any case the ssm_Semaphore field will be set to NULL.
INPUTS
sigSem
Pointer to semaphore structure.
bidMsg
Pointer to struct SemaphoreMessage.
RESULT
EXAMPLE
SEE ALSO
Procure()
NOTES
BUGS
INTERNALS
HISTORY