Function SDL_CondBroadcast
pub unsafe extern "C" fn SDL_CondBroadcast(cond: *mut SDL_cond) -> i32
Available on crate feature
dep_sdl2
only.Expand description
Restart all threads that are waiting on the condition variable.
\param cond the condition variable to signal \returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.0.
\sa SDL_CondSignal \sa SDL_CondWait \sa SDL_CondWaitTimeout \sa SDL_CreateCond \sa SDL_DestroyCond