SDL_!CreateMutex?
NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO
SDL_!CreateMutex?- Create a mutex
#include
SDL_mutex *SDL_!CreateMutex?(void);
Create a new, unlocked mutex.
SDL_mutex *mut; mut=SDL_!CreateMutex?(); . . if(SDL_mutexP(mut)==-1){ fprintf(stderr,
SDL_mutexP, SDL_mutexV, SDL_!DestroyMutex?
One page links to SDL_CreateMutex(3):