Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_CreateMutex?

SDL_CreateMutex?

NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO


NAME

SDL_CreateMutex?- Create a mutex

SYNOPSIS

#include

SDL_mutex *SDL_CreateMutex?(void);

DESCRIPTION

Create a new, unlocked mutex.

EXAMPLES

SDL_mutex *mut; mut=SDL_CreateMutex?(); . . if(SDL_mutexP(mut)==-1){ fprintf(stderr,

SEE ALSO

SDL_mutexP, SDL_mutexV, SDL_DestroyMutex?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.