Home
last modified time | relevance | path

Searched refs:cnd_timedwait (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/c11/
Dthreads_posix.h135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
Dthreads_win32.h381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2779 ret = cnd_timedwait(&dri2_sync->cond, &dri2_sync->mutex, &expire); in dri2_client_wait_sync()