.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_wait_cond_until" "3" "" "Allegro reference manual" .SH NAME al_wait_cond_until \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_wait_cond_until(ALLEGRO_COND *cond, ALLEGRO_MUTEX *mutex, const ALLEGRO_TIMEOUT *timeout) .EE .SH DESCRIPTION Like al_wait_cond(3) but the call can return if the absolute time passes \f[CR]timeout\f[R] before the condition is signalled. .PP Returns zero on success, non\-zero if the call timed out. .SH SEE ALSO al_wait_cond(3)