(C) 1998 AROS - The Amiga Research OS


NAME

void ObtainSemaphoreList (sigSem)

LOCATION
In SysBase at offset 97

SYNOPSIS
struct List * sigSem

FUNCTION
This function obtains all semaphores in the list at once. Note that this doesn't include arbitration for the list as a whole - you will have to arbitrate for the whole list yourself.

INPUTS
sigSem
pointer to list full of semaphores

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY