Docs » Autodocs » exec.library » ReleaseSemaphoreList
ReleaseSemaphoreList -- make a list of semaphores available
ReleaseSemaphoreList(list) A0 void ReleaseSemaphoreList(struct List *);
ReleaseSemaphoreList() is the inverse of ObtainSemaphoreList(). It releases each element in the semaphore list. Needless to say, havoc breaks out if the task releases more times than it has obtained.
list -- a list of signal semaphores
ObtainSemaphoreList()
|