Penguin
Blame: SDL_CreateCond(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CreateCond(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CreateCond
2 !!!SDL_!CreateCond
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!CreateCond- Create a condition variable
1 perry 13 !!SYNOPSIS
14
15
16 __#include
17 __
18
19
2 perry 20 __SDL_cond *SDL_!CreateCond__(__void__);
1 perry 21 !!DESCRIPTION
22
23
24 Creates a condition variable.
25 !!EXAMPLES
26
27
28 SDL_cond *cond;
2 perry 29 cond=SDL_!CreateCond();
1 perry 30 .
31 .
32 /* Do stuff */
33 .
34 .
2 perry 35 SDL_!DestroyCond(cond);
1 perry 36 !!SEE ALSO
37
38
2 perry 39 __SDL_!DestroyCond__, __SDL_!CondWait__,
40 __SDL_!CondSignal__
1 perry 41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.