Differences between current version and previous revision of SDL_mutexP(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,17 +20,17 @@
!!DESCRIPTION
Locks the __mutex__, which was previously created with
-__SDL_CreateMutex__. If the mutex is already locked then
+__SDL_!
CreateMutex__. If the mutex is already locked then
__SDL_mutexP__ will not return until it is
''unlocked''. Returns __0__ on success, or __-1__
on an error.
-SDL also defines a macro __#define SDL_LockMutex(m)
+SDL also defines a macro __#define SDL_!
LockMutex(m)
SDL_mutexP(m)__.
!!SEE ALSO
-__SDL_CreateMutex__, __SDL_mutexV__
+__SDL_!
CreateMutex__, __SDL_mutexV__
----