Differences between version 2 and previous revision of SDL_CondWaitTimeout(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:40 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:40 pm | by perry | Revert |
@@ -1,23 +1,23 @@
-SDL_CondWaitTimeout
-!!!SDL_CondWaitTimeout
+SDL_!
CondWaitTimeout
+!!!SDL_!
CondWaitTimeout
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
----
!!NAME
-SDL_CondWaitTimeout- Wait on a condition variable, with timeout
+SDL_!
CondWaitTimeout- Wait on a condition variable, with timeout
!!SYNOPSIS
__#include
__
-__int SDL_CondWaitTimeout__(__SDL_cond *cond, SDL_mutex
+__int SDL_!
CondWaitTimeout__(__SDL_cond *cond, SDL_mutex
*mutex, Uint32 ms__);
!!DESCRIPTION
@@ -29,6 +29,6 @@
__-1__ on an error.
!!SEE ALSO
-__SDL_CondWait__
+__SDL_!
CondWait__
----