Searched refs:cnd_timedwait (Results 1 - 11 of 11) sorted by path
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
|
| H A D | threads_win32.h | 385 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 D | egl_dri2.c | 3185 /* 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 D | lp_fence.c | 149 ret = cnd_timedwait(&f->signalled, &f->mutex, &ts);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_queue.c | 184 * 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 D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function in typeref:typename:int
|
| H A D | threads_win32.h | 253 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 D | egl_dri2.c | 3576 /* 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 D | lp_fence.c | 149 ret = cnd_timedwait(&f->signalled, &f->mutex, &ts);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 1304 cnd_timedwait(&sema->submit, &sema->submit_lock, &t);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_queue.c | 194 * 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