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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_create_mutex - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    ALLEGRO_MUTEX *al_create_mutex(void)

DESCRIPTION
     Create  the mutex object (a mutual exclusion device).  The mutex may or may
     not support "recursive" locking.

     Returns the mutex on success or NULL on error.

SEE ALSO
     al_create_mutex_recursive(3).

Allegro reference manual				      al_create_mutex(3)

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

home | help