Penguin
Blame: SDL_CondSignal(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CondSignal(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CondSignal
2 !!!SDL_!CondSignal
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!CondSignal- Restart a thread wait on a condition variable
1 perry 12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
2 perry 19 __int SDL_!CondSignal__(__SDL_cond
1 perry 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
2 perry 30 __SDL_!CondWait__, __SDL_!CondBroadcast__
1 perry 31 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.