Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_CondWait(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!CondWait !!!SDL_!CondWait NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME SDL_!CondWait- Wait on a condition variable !!SYNOPSIS __#include __ __int SDL_!CondWait__(__SDL_cond *cond, SDL_mutex *mut__); !!DESCRIPTION Wait on the condition variable __cond__ and unlock the provided mutex. The mutex must the locked before entering this function. Returns __0__ when it is signalled, or __-1__ on an error. !!SEE ALSO __SDL_!CondWaitTimeout__, __SDL_!CondSignal__, __SDL_mutexP__ ----
One page links to
SDL_CondWait(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.