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_broadcast_cond - Allegro 5 API

Description

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

Name

       al_broadcast_cond - Allegro 5 API

See Also

al_signal_cond(3alleg5).

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

Allegro reference manual                                                              al_broadcast_cond(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_broadcast_cond(ALLEGRO_COND *cond)

See Also