MCPcopy Create free account
hub / github.com/devkitPro/libctru / CondVar_Broadcast

Function CondVar_Broadcast

libctru/include/3ds/synchronization.h:271–274  ·  view source on GitHub ↗

* @brief Wakes up all threads waiting on a condition variable. * @param cv Pointer to the condition variable. */

Source from the content-addressed store, hash-verified

269 * @param cv Pointer to the condition variable.
270 */
271static inline void CondVar_Broadcast(CondVar* cv)
272{
273 CondVar_WakeUp(cv, ARBITRATION_SIGNAL_ALL);
274}
275
276/**
277 * @brief Initializes a light event.

Callers 1

Calls 1

CondVar_WakeUpFunction · 0.85

Tested by

no test coverage detected