CBL_SEMAPHORE_CLOSE

Closes the specified semaphore.

Syntax:
call "CBL_SEMAPHORE_CLOSE" using by value semaphore-handle
Parameters:
semaphore-handle pointer
On Entry:
semaphore-handle Semaphore handle.
On Exit:
return-code A value of 0 indicates that the call was successful. Any other value indicates an error. See RETURN-CODE Values For Synchronization Routines
Comments:

The semaphore is destroyed.

Behavior is undefined if semaphore-handle is invalid.

See Also: