Differences between current version and previous revision of SDL_mutexV(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:50 pm | by perry | |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
@@ -20,15 +20,15 @@
!!DESCRIPTION
Unlocks the __mutex__, which was previously created with
-__SDL_CreateMutex__. Returns ____ on success, or
+__SDL_!
CreateMutex__. Returns ____ on success, or
__-1__ on an error.
-SDL also defines a macro __#define SDL_UnlockMutex(m)
+SDL also defines a macro __#define SDL_!
UnlockMutex(m)
SDL_mutexV(m)__.
!!SEE ALSO
-__SDL_CreateMutex__, __SDL_mutexP__
+__SDL_!
CreateMutex__, __SDL_mutexP__
----