[][src]Function swim_c_sys::pthread::pthread_cond_wait

pub unsafe extern "C" fn pthread_cond_wait(
    cond: *mut pthread_cond_t,
    mutex: *mut pthread_mutex_t
) -> int