mirror of
https://github.com/yawut/SDL.git
synced 2026-04-23 09:07:30 -05:00
*** empty log message ***
This commit is contained in:
parent
8d3f0fea3b
commit
7ce4dacee1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user