SDL_DestroyCondition - Man Page

Destroy a condition variable.

Header File

Defined in SDL3/SDL_mutex.h

Synopsis

#include "SDL3/SDL.h"

void SDL_DestroyCondition(SDL_Condition *cond);

Function Parameters

cond

the condition variable to destroy.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_CreateCondition(3)

Referenced By

SDL_CreateCondition(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS