Searched refs:cnd_timedwait (Results 1 - 11 of 11) sorted by path

/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
H A Dthreads_win32.h385 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c3185 /* timespecs for cnd_timedwait */
3207 ret = cnd_timedwait(&dri2_sync->cond, &dri2_sync->mutex, &expire);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c149 ret = cnd_timedwait(&f->signalled, &f->mutex, &ts);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.c184 * internal interface consistent with os_time_*, but cnd_timedwait is spec'd
203 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success)
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
H A Dthreads_win32.h253 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c3576 /* timespecs for cnd_timedwait */
3598 ret = cnd_timedwait(&dri2_sync->cond, &dri2_sync->mutex, &expire);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c149 ret = cnd_timedwait(&f->signalled, &f->mutex, &ts);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1304 cnd_timedwait(&sema->submit, &sema->submit_lock, &t);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.c194 * internal interface consistent with os_time_*, but cnd_timedwait is spec'd
217 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success)

Completed in 40 milliseconds