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

Description

       Unblock at least one thread waiting on a condition variable.

       Generally  you  should  use  al_broadcast_cond(3alleg5) but al_signal_cond(3alleg5) may be more efficient
       when it’s applicable.

Name

       al_signal_cond - Allegro 5 API

See Also

al_broadcast_cond(3alleg5).

Allegro reference manual                                                                 al_signal_cond(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_signal_cond(ALLEGRO_COND *cond)

See Also