1SDL_CondWait(3)                SDL API Reference               SDL_CondWait(3)
2
3
4

NAME

6       SDL_CondWait - Wait on a condition variable
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       int SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
12

DESCRIPTION

14       Wait  on the condition variable cond and unlock the provided mutex. The
15       mutex must the locked before entering this function. Returns 0 when  it
16       is signalled, or -1 on an error.
17

SEE ALSO

19       SDL_CondWaitTimeout, SDL_CondSignal, SDL_mutexP
20
21
22
23SDL                         Tue 11 Sep 2001, 23:00             SDL_CondWait(3)
Impressum