sdl_destroycond(3) - Linux man page

Name

SDL_DestroyCond - Destroy a condition variable

Synopsis

#include "SDL.h" #include "SDL_thread.h"

void SDL_DestroyCond(SDL_cond *cond);

Description

Destroys a condition variable.

See Also

SDL_CreateCond