#[no_mangle]
pub unsafe extern "C" fn pthread_cond_broadcast(
    condvar: *mut pthread_cond_t
) -> c_int
Available on crate feature multitask only.
Expand description

Restarts all the threads that are waiting on the condition variable.