mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-29 05:30:40 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -749,8 +749,8 @@ extern DECLSPEC int SDLCALL SDL_WaitCondition(SDL_Condition *cond, SDL_Mutex *mu
|
|||||||
*
|
*
|
||||||
* \param cond the condition variable to wait on
|
* \param cond the condition variable to wait on
|
||||||
* \param mutex the mutex used to coordinate thread access
|
* \param mutex the mutex used to coordinate thread access
|
||||||
* \param timeoutMS the maximum time to wait, in milliseconds, or
|
* \param timeoutMS the maximum time to wait, in milliseconds, or -1 to wait
|
||||||
* -1 to wait indefinitely
|
* indefinitely
|
||||||
* \returns 0 if the condition variable is signaled, `SDL_MUTEX_TIMEDOUT` if
|
* \returns 0 if the condition variable is signaled, `SDL_MUTEX_TIMEDOUT` if
|
||||||
* the condition is not signaled in the allotted time, or a negative
|
* the condition is not signaled in the allotted time, or a negative
|
||||||
* error code on failure; call SDL_GetError() for more information.
|
* error code on failure; call SDL_GetError() for more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user