Penguin
Blame: SDL_CondBroadcast(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CondBroadcast(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CondBroadcast
2 !!!SDL_!CondBroadcast
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!CondBroadcast- Restart all threads waiting on a condition variable
1 perry 12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
2 perry 19 __int SDL_!CondBroadcast__(__SDL_cond
1 perry 20 *cond__);
21 !!DESCRIPTION
22
23
24 Restarts all threads that are waiting on the condition
25 variable, __cond__. Returns __0__ on success, or
26 __-1__ on an error.
27 !!SEE ALSO
28
29
2 perry 30 __SDL_!CondSignal__, __SDL_!CondWait__
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.