Function sdl2_sys::SDL_CreateCond

source ·
pub unsafe extern "C" fn SDL_CreateCond() -> *mut SDL_cond
Expand description

Create a condition variable.

\returns a new condition variable or NULL on failure; call SDL_GetError() for more information.

\since This function is available since SDL 2.0.0.

\sa SDL_CondBroadcast \sa SDL_CondSignal \sa SDL_CondWait \sa SDL_CondWaitTimeout \sa SDL_DestroyCond