Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (29 loc) · 610 Bytes

SDL_CreateCond.3

File metadata and controls

31 lines (29 loc) · 610 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
.TH "SDL_CreateCond" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
Apr 26, 2001
Apr 26, 2001
2
.SH "NAME"
Dec 29, 2007
Dec 29, 2007
3
SDL_CreateCond \- Create a condition variable
Apr 26, 2001
Apr 26, 2001
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
#include "SDL_thread\&.h"
.sp
\fBSDL_cond *\fBSDL_CreateCond\fP\fR(\fBvoid\fR);
.SH "DESCRIPTION"
.PP
Creates a condition variable\&.
.SH "EXAMPLES"
.PP
.nf
\f(CWSDL_cond *cond;
cond=SDL_CreateCond();
\&.
\&.
/* Do stuff */
\&.
\&.
SDL_DestroyCond(cond);\fR
.fi
.PP
.SH "SEE ALSO"
.PP
\fI\fBSDL_DestroyCond\fP\fR, \fI\fBSDL_CondWait\fP\fR, \fI\fBSDL_CondSignal\fP\fR
Sep 14, 2001
Sep 14, 2001
31
...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00