Make a list of semaphores available
Source position: exec.pas line 1824
procedure ReleaseSemaphoreList( |
SigSem: PList |
); |
SigSem |
|
A list of signal semaphores |
ReleaseSemaphoreList() is the inverse of ObtainSemaphoreList(). It releases each element in the semaphore list.
|
Get a List of semaphores |