SDL_DestroyCond- Destroy a condition variable
#include "SDL.h" #include "SDL_thread.h" void SDL_DestroyCond(SDL_cond *cond);
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyCond(SDL_cond *cond);
Destroys a condition variable.
SDL_CreateCond Jump to page or go to Top of page | Section 3 | OpenSolaris Man Main Index.
SDL_CreateCond