Function CondVar_Signal

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

Wakes up a single thread waiting on a condition variable.

ยงArguments

  • cv - Pointer to the condition variable.