4 >SDL_CondWaitTimeout</TITLE
7 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
10 TITLE="SDL Library Documentation"
11 HREF="index.html"><LINK
13 TITLE="Multi-threaded Programming"
14 HREF="thread.html"><LINK
17 HREF="sdlcondwait.html"><LINK
20 HREF="time.html"></HEAD
31 SUMMARY="Header navigation table"
40 >SDL Library Documentation</TH
48 HREF="sdlcondwait.html"
73 NAME="SDLCONDWAITTIMEOUT"
75 >SDL_CondWaitTimeout</H1
83 >SDL_CondWaitTimeout -- Wait on a condition variable, with timeout</DIV
85 CLASS="REFSYNOPSISDIV"
99 CLASS="FUNCSYNOPSISINFO"
101 #include "SDL_thread.h"</PRE
108 >SDL_CondWaitTimeout</B
110 >(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);</CODE
124 >Wait on the condition variable <TT
139 > is unlocked so it must be locked when the function is called. Returns <TT
141 >SDL_MUTEX_TIMEDOUT</TT
142 > if the condition is not signalled in the allotted time, <SPAN
145 > if it was signalled or <SPAN
159 HREF="sdlcondwait.html"
171 SUMMARY="Footer navigation table"
182 HREF="sdlcondwait.html"