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

Description

       Like  al_wait_cond(3alleg5)  but  the  call  can  return  if  the absolute time passes timeout before the
       condition is signalled.

       Returns zero on success, non-zero if the call timed out.

Name

       al_wait_cond_until - Allegro 5 API

See Also

al_wait_cond(3alleg5)

Allegro reference manual                                                             al_wait_cond_until(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              int al_wait_cond_until(ALLEGRO_COND *cond, ALLEGRO_MUTEX *mutex,
                 const ALLEGRO_TIMEOUT *timeout)

See Also