SDL_!CreateCond?
NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO
SDL_!CreateCond?- Create a condition variable
#include
SDL_cond *SDL_!CreateCond?(void);
Creates a condition variable.
SDL_cond cond; cond=SDL_!CreateCond?(); . . / Do stuff */ . . SDL_!DestroyCond?(cond);
SDL_!DestroyCond?, SDL_!CondWait?, SDL_!CondSignal?
One page links to SDL_CreateCond(3):