.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_unlock_mutex" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_unlock_mutex - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_unlock_mutex(ALLEGRO_MUTEX *mutex) \f[R] .fi .SH DESCRIPTION .PP Release the lock on \f[V]mutex\f[R] if the calling thread holds the lock on it. .PP If the calling thread doesn\[cq]t hold the lock, or if the mutex is not locked, undefined behaviour results. .SH SEE ALSO .PP al_lock_mutex(3alleg5).