Penguin
Blame: SDL_CondWait(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CondWait(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CondWait
2 !!!SDL_!CondWait
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!CondWait- Wait on a condition variable
1 perry 12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
2 perry 19 __int SDL_!CondWait__(__SDL_cond *cond, SDL_mutex
1 perry 20 *mut__);
21 !!DESCRIPTION
22
23
24 Wait on the condition variable __cond__ and unlock the
25 provided mutex. The mutex must the locked before entering
26 this function. Returns __0__ when it is signalled, or
27 __-1__ on an error.
28 !!SEE ALSO
29
30
2 perry 31 __SDL_!CondWaitTimeout__, __SDL_!CondSignal__,
1 perry 32 __SDL_mutexP__
33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.