Function ngx_thread_cond_wait

Source
pub unsafe extern "C" fn ngx_thread_cond_wait(
    cond: *mut pthread_cond_t,
    mtx: *mut pthread_mutex_t,
    log: *mut ngx_log_s,
) -> isize