Penguin
Blame: SDL_mutexV(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_mutexV(3) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_mutexV
2 !!!SDL_mutexV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_mutexV- Unlock a mutex
12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
19 __int SDL_mutexV__(__SDL_mutex *mutex__);
20 !!DESCRIPTION
21
22
23 Unlocks the __mutex__, which was previously created with
2 perry 24 __SDL_!CreateMutex__. Returns __0__ on success, or
1 perry 25 __-1__ on an error.
26
27
2 perry 28 SDL also defines a macro __#define SDL_!UnlockMutex(m)
1 perry 29 SDL_mutexV(m)__.
30 !!SEE ALSO
31
32
2 perry 33 __SDL_!CreateMutex__, __SDL_mutexP__
1 perry 34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.