Penguin
Blame: SDL_CondSignal(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CondSignal(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!CondSignal
2 !!!SDL_!CondSignal
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!CondSignal- Restart a thread wait on a condition variable
12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
19 __int SDL_!CondSignal__(__SDL_cond
20 *cond__);
21 !!DESCRIPTION
22
23
24 Restart one of the threads that are waiting on the condition
25 variable, __cond__. Returns __0__ on success of
26 __-1__ on an error.
27 !!SEE ALSO
28
29
30 __SDL_!CondWait__, __SDL_!CondBroadcast__
31 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.