Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_CreateMutex(3)
Edit
PageHistory
Diff
Info
LikePages
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__ ----
One page links to
SDL_CreateMutex(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.