Home
last modified time | relevance | path

Searched refs:_al_cond_timedwait (Results 1 – 8 of 8) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/
H A Daintern_thread.h42 int _al_cond_timedwait(_AL_COND*, _AL_MUTEX*, const ALLEGRO_TIMEOUT *timeout);
/dports/devel/allegro5/allegro5-5.2.7.0/src/sdl/
H A Dsdl_thread.c105 int _al_cond_timedwait(_AL_COND *cond, _AL_MUTEX *mutex, in _al_cond_timedwait() function
/dports/devel/allegro5/allegro5-5.2.7.0/src/unix/
H A Duxthread.c183 int _al_cond_timedwait(_AL_COND *cond, _AL_MUTEX *mutex, in _al_cond_timedwait() function
/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxclipboard.c111 if (_al_cond_timedwait(&glx->selectioned, &system->lock, &timeout) == -1) { in _al_display_xglx_await_selection_event()
H A Dxdisplay.c917 if (_al_cond_timedwait(&system->resized, &system->lock, &timeout) == -1) { in _al_display_xglx_await_resize()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwxthread.c346 int _al_cond_timedwait(_AL_COND *cond, _AL_MUTEX *mtxExternal, in _al_cond_timedwait() function
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dthreads.c393 return _al_cond_timedwait(&cond->cond, &mutex->mutex, timeout); in al_wait_cond_until()
H A Devents.c476 result = _al_cond_timedwait(&queue->cond, &queue->mutex, timeout); in do_wait_for_event()