Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_CreateCond(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!CreateCond !!!SDL_!CreateCond NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO ---- !!NAME SDL_!CreateCond- Create a condition variable !!SYNOPSIS __#include __ __SDL_cond *SDL_!CreateCond__(__void__); !!DESCRIPTION Creates a condition variable. !!EXAMPLES SDL_cond *cond; cond=SDL_!CreateCond(); . . /* Do stuff */ . . SDL_!DestroyCond(cond); !!SEE ALSO __SDL_!DestroyCond__, __SDL_!CondWait__, __SDL_!CondSignal__ ----
One page links to
SDL_CreateCond(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.