diff options
author | Sam Lantinga <slouken@libsdl.org> | 2006-01-25 06:53:50 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2006-01-25 06:53:50 +0000 |
commit | 7ce4dacee1052f43a69fcfca99575cb174601547 (patch) | |
tree | 9c8824abd6d375b3a1fe77ea2f07d93e2f36a8e9 /include/SDL_mutex.h | |
parent | 8d3f0fea3bc42fc622c8cfaca6d93aedea343b6f (diff) |
*** empty log message ***
Diffstat (limited to 'include/SDL_mutex.h')
-rw-r--r-- | include/SDL_mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_mutex.h b/include/SDL_mutex.h index 7b594b4511..1d030e9df5 100644 --- a/include/SDL_mutex.h +++ b/include/SDL_mutex.h @@ -145,6 +145,7 @@ extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond); /* 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); |