Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_mutexP(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_mutexP !!!SDL_mutexP NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME SDL_mutexP- Lock a mutex !!SYNOPSIS __#include __ __int SDL_mutexP__(__SDL_mutex *mutex__); !!DESCRIPTION Locks the __mutex__, which was previously created with __SDL_!CreateMutex__. If the mutex is already locked then __SDL_mutexP__ will not return until it is ''unlocked''. Returns __0__ on success, or __-1__ on an error. SDL also defines a macro __#define SDL_!LockMutex(m) SDL_mutexP(m)__. !!SEE ALSO __SDL_!CreateMutex__, __SDL_mutexV__ ----
One page links to
SDL_mutexP(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.