Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_unlock_mutex(3)	    Library Functions Manual	      al_unlock_mutex(3)

NAME
     al_unlock_mutex - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    void al_unlock_mutex(ALLEGRO_MUTEX *mutex)

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.

SEE ALSO
     al_lock_mutex(3).

Allegro reference manual				      al_unlock_mutex(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_unlock_mutex&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help