Function sdl2_sys::SDL_DestroyCond
source ยท pub unsafe extern "C" fn SDL_DestroyCond(cond: *mut SDL_cond)
Expand description
Destroy a condition variable.
\param cond the condition variable to destroy
\since This function is available since SDL 2.0.0.
\sa SDL_CondBroadcast \sa SDL_CondSignal \sa SDL_CondWait \sa SDL_CondWaitTimeout \sa SDL_CreateCond