1al_unlock_mutex(3)                                          al_unlock_mutex(3)
2
3
4

NAME

6       al_unlock_mutex - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_unlock_mutex(ALLEGRO_MUTEX *mutex)
12

DESCRIPTION

14       Release the lock on mutex if the calling thread holds the lock on it.
15
16       If  the  calling  thread  doesn’t hold the lock, or if the mutex is not
17       locked, undefined behaviour results.
18

SEE ALSO

20       al_lock_mutex(3).
21
22
23
24Allegro reference manual                                    al_unlock_mutex(3)
Impressum