Penguin
Blame: SDL_CondWaitTimeout(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CondWaitTimeout(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CondWaitTimeout
2 !!!SDL_!CondWaitTimeout
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!CondWaitTimeout- Wait on a condition variable, with timeout
1 perry 12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
2 perry 19 __int SDL_!CondWaitTimeout__(__SDL_cond *cond, SDL_mutex
1 perry 20 *mutex, Uint32 ms__);
21 !!DESCRIPTION
22
23
24 Wait on the condition variable __cond__ for, at most,
25 __ms__ milliseconds. __mut__ is unlocked so it must be
26 locked when the function is called. Returns
27 __SDL_MUTEX_TIMEDOUT__ if the condition is not signalled
28 in the allotted time, __0__ if it was signalled or
29 __-1__ on an error.
30 !!SEE ALSO
31
32
2 perry 33 __SDL_!CondWait__
1 perry 34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.