1SDL_mutexV(3)                  SDL API Reference                 SDL_mutexV(3)
2
3
4

NAME

6       SDL_mutexV - Unlock a mutex
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       int SDL_mutexV(SDL_mutex *mutex);
12

DESCRIPTION

14       Unlocks  the  mutex, which was previously created with SDL_CreateMutex.
15       Returns 0 on success, or -1 on an error.
16
17       SDL also defines a macro #define SDL_UnlockMutex(m) SDL_mutexV(m).
18

SEE ALSO

20       SDL_CreateMutex, SDL_mutexP
21
22
23
24SDL                         Tue 11 Sep 2001, 23:01               SDL_mutexV(3)
Impressum