Searched refs:cnd_timedwait (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/c11/ |
D | threads.h | 156 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict __mtx,
|
/hardware/google/gfxstream/guest/mesa/src/c11/impl/ |
D | threads_posix.c | 115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
D | threads_win32.c | 195 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync_timeline.c | 457 ret = cnd_timedwait(&timeline->cond, &timeline->mutex, in vk_sync_timeline_wait_locked()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_queue.c | 200 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success) in _util_queue_fence_wait_timeout()
|