|
noexcept |
Unblocks all of the threads that are blocked on the specified condition variable at the time of the call.
[in] | pCnd | is a pointer to a descriptor of a condition variable to signal. |
If no threads are waiting for the condition variable object at the time of the call, the function does nothing and returns success.
The function implements a behaviour of the cnd_broadcast function defined in the ISO/IEC 9899:2011 (aka C11) standard.