Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 571 Bytes

ReleaseSemaphoreList.md

File metadata and controls

30 lines (18 loc) · 571 Bytes

NAME

ReleaseSemaphoreList -- make a list of semaphores available

SYNOPSIS

    ReleaseSemaphoreList(list)
                         A0

    void ReleaseSemaphoreList(struct List *);

Links: List

FUNCTION

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.

INPUT list -- a list of signal semaphores

SEE ALSO

ObtainSemaphoreList