logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_unlock_mutex - Allegro 5 API

Description

       Release the lock on mutex if the calling thread holds the lock on it.

       If the calling thread doesn’t hold the lock, or if the mutex is not locked, undefined behaviour results.

Name

       al_unlock_mutex - Allegro 5 API

See Also

al_lock_mutex(3alleg5).

Allegro reference manual                                                                al_unlock_mutex(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_unlock_mutex(ALLEGRO_MUTEX *mutex)

See Also