pub unsafe extern "C" fn CondVar_Broadcast(cv: *mut CondVar)
Expand description

Wakes up all threads waiting on a condition variable.

§Arguments

  • cv - Pointer to the condition variable.