Mercurial > sdl-ios-xcode
diff docs/html/sdlsemtrywait.html @ 803:355632dca928
Updated SDL HTML documentation
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 10 Feb 2004 15:15:40 +0000 |
parents | e5bc29de3f0a |
children |
line wrap: on
line diff
--- a/docs/html/sdlsemtrywait.html Sun Feb 08 22:21:30 2004 +0000 +++ b/docs/html/sdlsemtrywait.html Tue Feb 10 15:15:40 2004 +0000 @@ -4,7 +4,7 @@ >SDL_SemTryWait</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.64 +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "><LINK REL="HOME" TITLE="SDL Library Documentation" @@ -28,6 +28,7 @@ ><DIV CLASS="NAVHEADER" ><TABLE +SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" @@ -45,6 +46,7 @@ VALIGN="bottom" ><A HREF="sdlsemwait.html" +ACCESSKEY="P" >Prev</A ></TD ><TD @@ -58,6 +60,7 @@ VALIGN="bottom" ><A HREF="sdlsemwaittimeout.html" +ACCESSKEY="N" >Next</A ></TD ></TR @@ -68,12 +71,12 @@ ><H1 ><A NAME="SDLSEMTRYWAIT" ->SDL_SemTryWait</A -></H1 +></A +>SDL_SemTryWait</H1 ><DIV CLASS="REFNAMEDIV" ><A -NAME="AEN7681" +NAME="AEN8069" ></A ><H2 >Name</H2 @@ -81,14 +84,14 @@ ><DIV CLASS="REFSYNOPSISDIV" ><A -NAME="AEN7684" +NAME="AEN8072" ></A ><H2 >Synopsis</H2 ><DIV CLASS="FUNCSYNOPSIS" ><A -NAME="AEN7685" +NAME="AEN8073" ></A ><P ></P @@ -113,7 +116,7 @@ ><DIV CLASS="REFSECT1" ><A -NAME="AEN7691" +NAME="AEN8079" ></A ><H2 >Description</H2 @@ -138,7 +141,7 @@ decrement the semaphore value and return 0, otherwise it will return <SPAN CLASS="RETURNVALUE" ->SDL_MUTEX_TIMEOUT</SPAN +>SDL_MUTEX_TIMEDOUT</SPAN > instead of suspending the thread.</P ><P >After <TT @@ -154,7 +157,7 @@ ><DIV CLASS="REFSECT1" ><A -NAME="AEN7702" +NAME="AEN8090" ></A ><H2 >Return Value</H2 @@ -165,7 +168,7 @@ > if the semaphore was successfully locked or either <SPAN CLASS="RETURNVALUE" ->SDL_MUTEX_TIMEOUT</SPAN +>SDL_MUTEX_TIMEDOUT</SPAN > or <SPAN CLASS="RETURNVALUE" >-1</SPAN @@ -177,7 +180,7 @@ ><DIV CLASS="REFSECT1" ><A -NAME="AEN7709" +NAME="AEN8097" ></A ><H2 >Examples</H2 @@ -186,7 +189,7 @@ CLASS="PROGRAMLISTING" >res = SDL_SemTryWait(my_sem); -if (res == SDL_MUTEX_TIMEOUT) { +if (res == SDL_MUTEX_TIMEDOUT) { return TRY_AGAIN; } if (res == -1) { @@ -201,7 +204,7 @@ ><DIV CLASS="REFSECT1" ><A -NAME="AEN7713" +NAME="AEN8101" ></A ><H2 >See Also</H2 @@ -254,6 +257,7 @@ ><HR ALIGN="LEFT" WIDTH="100%"><TABLE +SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" @@ -265,6 +269,7 @@ VALIGN="top" ><A HREF="sdlsemwait.html" +ACCESSKEY="P" >Prev</A ></TD ><TD @@ -273,6 +278,7 @@ VALIGN="top" ><A HREF="index.html" +ACCESSKEY="H" >Home</A ></TD ><TD @@ -281,6 +287,7 @@ VALIGN="top" ><A HREF="sdlsemwaittimeout.html" +ACCESSKEY="N" >Next</A ></TD ></TR @@ -296,6 +303,7 @@ VALIGN="top" ><A HREF="thread.html" +ACCESSKEY="U" >Up</A ></TD ><TD