SDL_DestroyCond
Destroy a condition variable
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg1-3ubuntu0.1)
- Source: libsdl1.2
- Report a bug
Destroy a condition variable
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyCond(SDL_cond *cond);
Destroys a condition variable.
SDL_CreateCond