Differences between version 2 and previous revision of SDL_CondBroadcast(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_CondBroadcast
-!!!SDL_CondBroadcast
+SDL_!
CondBroadcast
+!!!SDL_!
CondBroadcast
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
----
!!NAME
-SDL_CondBroadcast- Restart all threads waiting on a condition variable
+SDL_!
CondBroadcast- Restart all threads waiting on a condition variable
!!SYNOPSIS
__#include
__
-__int SDL_CondBroadcast__(__SDL_cond
+__int SDL_!
CondBroadcast__(__SDL_cond
*cond__);
!!DESCRIPTION
@@ -26,6 +26,6 @@
__-1__ on an error.
!!SEE ALSO
-__SDL_CondSignal__, __SDL_CondWait__
+__SDL_!
CondSignal__, __SDL_!
CondWait__
----