Penguin

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?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.