Searched refs:cnd_timedwait (Results 1 – 6 of 6) sorted by relevance
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
|
D | threads_win32.h | 381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
D | threads_win32.h | 395 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
/external/mesa3d/src/util/ |
D | u_queue.c | 184 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success) in _util_queue_fence_wait_timeout()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3091 ret = cnd_timedwait(&dri2_sync->cond, &dri2_sync->mutex, &expire); in dri2_client_wait_sync()
|