Scroll to navigation

SDL_DestroyCond(3) SDL3 FUNCTIONS SDL_DestroyCond(3)

NAME

SDL_DestroyCond - Destroy a condition variable.

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_DestroyCond(SDL_cond *cond);

FUNCTION PARAMETERS

the condition variable to destroy

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_CondBroadcast(3), SDL_CondSignal(3), SDL_CondWait(3), SDL_CondWaitTimeout(3), SDL_CreateCond(3)

SDL 3.0.0 SDL