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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_broadcast_cond - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    void al_broadcast_cond(ALLEGRO_COND *cond)

DESCRIPTION
     Unblock  all  threads  currently waiting on a condition variable.	That is,
     broadcast that some condition which those threads were waiting for has  be-
     come true.

SEE ALSO
     al_signal_cond(3).

	    Note:  The pthreads spec says to lock the mutex associated with cond
	    before signalling for predictable scheduling behaviour.

Allegro reference manual				    al_broadcast_cond(3)

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

home | help