1al_destroy_mutex(3)                                        al_destroy_mutex(3)
2
3
4

NAME

6       al_destroy_mutex - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Free  the  resources  used by the mutex.  The mutex should be unlocked.
15       Destroying a locked mutex results in undefined behaviour.
16
17       Does nothing if mutex is NULL.
18
19
20
21Allegro reference manual                                   al_destroy_mutex(3)
Impressum