Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_mutexV(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_mutexV !!!SDL_mutexV NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME SDL_mutexV- Unlock a mutex !!SYNOPSIS __#include __ __int SDL_mutexV__(__SDL_mutex *mutex__); !!DESCRIPTION Unlocks the __mutex__, which was previously created with __SDL_!CreateMutex__. Returns __0__ on success, or __-1__ on an error. SDL also defines a macro __#define SDL_!UnlockMutex(m) SDL_mutexV(m)__. !!SEE ALSO __SDL_!CreateMutex__, __SDL_mutexP__ ----
One page links to
SDL_mutexV(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.