DOKK / manpages / debian 13 / libsdl3-doc / SDL_DestroyCondition.3.en
SDL_DestroyCondition(3) SDL3 FUNCTIONS SDL_DestroyCondition(3)

SDL_DestroyCondition - Destroy a condition variable.

Defined in SDL3/SDL_mutex.h

#include "SDL3/SDL.h"
void SDL_DestroyCondition(SDL_Condition *cond);

the condition variable to destroy.

This function is available since SDL 3.2.0.

(3), SDL_CreateCondition(3)

SDL 3.2.10 Simple Directmedia Layer