Mercurial > sdl-ios-xcode
diff include/SDL_mutex.h @ 1263:3bdcef7e1c90
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 25 Jan 2006 06:53:50 +0000 |
parents | b8d311d90021 |
children | c9b51268668f |
line wrap: on
line diff
--- a/include/SDL_mutex.h Wed Jan 25 06:12:57 2006 +0000 +++ b/include/SDL_mutex.h Wed Jan 25 06:53:50 2006 +0000 @@ -145,6 +145,7 @@ /* Wait on the condition variable, unlocking the provided mutex. The mutex must be locked before entering this function! + The mutex is re-locked once the condition variable is signaled. Returns 0 when it is signaled, or -1 on error. */ extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);