1al_unlock_mutex(3) al_unlock_mutex(3)
23
4
NAME
6al_unlock_mutex - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_unlock_mutex(ALLEGRO_MUTEX *mutex)
12
DESCRIPTION
14Release the lock on mutex if the calling thread holds the lock on it.
1516
If the calling thread doesn’t hold the lock, or if the mutex is not
17locked, undefined behaviour results.
18
SEE ALSO
20al_lock_mutex(3).
2122
23
24
Allegro reference manual al_unlock_mutex(3)