Make a list of semaphores available
Source position: exec.pas line 1265
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 |