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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_wait_cond_until - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

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

DESCRIPTION
     Like  al_wait_cond(3)  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.

SEE ALSO
     al_wait_cond(3)

Allegro reference manual				   al_wait_cond_until(3)

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

home | help