SDL_DestroyCondition - Man Page

Destroy a condition variable.

Synopsis

#include <SDL3/SDL_mutex.h>

void SDL_DestroyCondition(SDL_Condition *cond);

Function Parameters

cond

the condition variable to destroy.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_CreateCondition(3)

Referenced By

SDL_CreateCondition(3).

SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS