1al_destroy_mutex(3) Library Functions Manual al_destroy_mutex(3)
23
4
NAME
6al_destroy_mutex
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_mutex(ALLEGRO_MUTEX *mutex)
12
DESCRIPTION
14Free the resources used by the mutex. The mutex should be unlocked.
15Destroying a locked mutex results in undefined behaviour.
1617
Does nothing if mutex is NULL.
1819
20
21
Allegro reference manual al_destroy_mutex(3)