Destroys the condition variable cond.
a0tError a0DisposeCondition( | | | |
| a0tCondition | *cond);
| |
Name | rd/wr | Description |
cond | read | Condition to be destroyed. |
This function destroys the condition variable specified by
cond. The space for destroying condition variable is
not freed.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0NewCondition() a0SignalCondition() a0BroadcastCondition() a0WaitCondition() a0TimedWaitCondition()