table of contents
other versions
SDL_MUTEX_TIMEDOUT(3) | SDL3 FUNCTIONS | SDL_MUTEX_TIMEDOUT(3) |
NAME¶
SDL_MUTEX_TIMEDOUT - Synchronization functions return this value if they time out.
HEADER FILE¶
Defined in SDL3/SDL_mutex.h
SYNOPSIS¶
#include "SDL3/SDL.h"
#define SDL_MUTEX_TIMEDOUT 1
DESCRIPTION¶
Not all functions _can_ time out; some will block indefinitely.
AVAILABILITY¶
This macro is available since SDL 3.0.0.
SDL 3.1.2 | Simple Directmedia Layer |