|
noexcept |
Closes a specified condition variable object and releases associated resources.
[in] | pCnd | is a pointer to a descriptor of a condition variable object to be closed. |
The function requires that no threads wait for the condition variable object pointed to by pCnd. The behaviour is undefined otherwise.
The function implements a behaviour of the cnd_destroy function defined in the ISO/IEC 9899:2011 (aka C11) standard.