|
Manpages SDL_CreateCondSection: SDL API Reference (3)Updated: Tue 11 Sep 2001, 23:00 Index Return to Main Contents NAMESDL_CreateCond- Create a condition variableSYNOPSIS#include "SDL.h" #include "SDL_thread.h" SDL_cond *SDL_CreateCond(void); DESCRIPTIONEXAMPLES
SDL_cond *cond; cond=SDL_CreateCond(); . . /* Do stuff */ . . SDL_DestroyCond(cond); SEE ALSOSDL_DestroyCond, SDL_CondWait, SDL_CondSignal
IndexThis document was created by man2html, using the manual pages. Time: 18:17:40 GMT, February 07, 2026 |