Function pthread_barrier_wait

pub unsafe extern "C" fn pthread_barrier_wait(
    barrier: *mut pthread_barrier_t,
) -> i32
Available on crate feature dep_sdl3 only.