You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * This is the timeout value which corresponds to never time out. */#defineSDL_MUTEX_MAXWAIT -1
We should rename this something like SDL_MUTEX_FOREVER or SDL_MUTEX_NOTIMEOUT so it doesn't sound like one can outwait the thing if some timer maximum rolls over (which a positive Sint32 will do in ~24 days).
(Or just remove it and say "pass a -1 to wait forever"? to these functions?)
The text was updated successfully, but these errors were encountered:
We should rename this something like SDL_MUTEX_FOREVER or SDL_MUTEX_NOTIMEOUT so it doesn't sound like one can outwait the thing if some timer maximum rolls over (which a positive Sint32 will do in ~24 days).
(Or just remove it and say "pass a -1 to wait forever"? to these functions?)
The text was updated successfully, but these errors were encountered: