|
NAMESDL_DestroyCond - Destroy a condition variableSYNOPSIS#include "SDL.h" #include "SDL_thread.h"void SDL_DestroyCond(SDL_cond *cond); DESCRIPTIONDestroys a condition variable.SEE ALSOSDL_CreateCond
Visit the GSP FreeBSD Man Page Interface. |