semDestroy (Function) |
Top Previous Next |
The semDestory() function will destroy a SEMAPHORE variable. After the call to semDestroy(), the semaphore variable cannot be used in further operations.
Input: sem : SEMAPHORE The semaphore to destroy.
Returns: INT
Declaration: FUNCTION semDestroy : INT;
|