Function ctru_sys::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.
pub unsafe extern "C" fn CondVar_Signal(cv: *mut CondVar)
Wakes up a single thread waiting on a condition variable.
cv
- Pointer to the condition variable.