pub unsafe extern "C" fn SDL_CondBroadcast(
    cond: *mut SDL_cond
) -> c_int
Expand description

Restart all threads that are waiting on the condition variable.

\return 0 or -1 on error.