Function Destroy-Cond
(
destroy-cond < cond > )
Parameters
cond
A condition variable object handle.
Description
The function destroys a condition variable object. After a condition variable object has been destroyed,
it may no longer be used by any thread.