Function pthread_cond_wait

Source
pub unsafe extern "C" fn pthread_cond_wait(
    arg1: *mut pthread_cond_t,
    arg2: *mut pthread_mutex_t,
) -> c_int