/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene_queue.c | 105 cnd_wait(&queue->change, &queue->mutex); in lp_scene_dequeue() 130 cnd_wait(&queue->change, &queue->mutex); in lp_scene_enqueue()
|
H A D | lp_fence.c | 124 cnd_wait(&f->signalled, &f->mutex); in lp_fence_wait() 147 ret = cnd_wait(&f->signalled, &f->mutex); in lp_fence_timedwait()
|
H A D | lp_cs_tpool.c | 49 cnd_wait(&pool->new_work, &pool->m); in lp_cs_tpool_worker() 179 cnd_wait(&task->finish, &pool->m); in lp_cs_tpool_wait_for_task()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_cnd_test.cpp | 39 EXPECT_EQ(thrd_success, cnd_wait(this->cnd_, this->mtx_)); in WaitrBroadCast() 47 EXPECT_EQ(thrd_success, cnd_wait(this->cnd_, this->mtx_)); in WaitrSignal()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_queue.c | 92 cnd_wait(&ctx->event_push, &ctx->mutex_push); in nine_queue_wait_flush() 165 cnd_wait(&ctx->event_pop, &ctx->mutex_pop); in nine_queue_flush()
|
/third_party/musl/src/thread/ |
H A D | cnd_wait.c | 3 int cnd_wait(cnd_t *c, mtx_t *m) in cnd_wait() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_wait.c | 26 res = cnd_wait(&cnd, &mtx); in cnd_waitfirst()
|
H A D | cnd_broadcast.c | 30 cnd_wait(&cond, &mutex); in child_wait()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipe_sync.c | 161 ret = cnd_wait(&sync->changed, &sync->lock); in lvp_pipe_sync_wait_locked() 174 ret = cnd_wait(&sync->changed, &sync->lock); in lvp_pipe_sync_wait_locked()
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
H A D | os_thread.h | 108 cnd_wait(&sema->cond, &sema->mutex); in pipe_semaphore_wait()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | threads.h | 75 int cnd_wait(cnd_t *, mtx_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | threads.h | 75 int cnd_wait(cnd_t *, mtx_t *);
|
/third_party/musl/include/ |
H A D | threads.h | 75 int cnd_wait(cnd_t *, mtx_t *);
|
/third_party/mesa3d/src/util/ |
H A D | u_queue.c | 169 cnd_wait(&fence->cond, &fence->mutex); in _util_queue_fence_wait() 287 cnd_wait(&queue->has_queued_cond, &queue->lock); in util_queue_thread_func() 607 cnd_wait(&queue->has_space_cond, &queue->lock); in util_queue_add_job()
|
H A D | u_thread.h | 345 cnd_wait(&barrier->condvar, &barrier->mutex); in util_barrier_wait()
|
/third_party/glfw/deps/ |
H A D | tinycthread.h | 297 int cnd_wait(cnd_t *cond, mtx_t *mtx);
|
H A D | tinycthread.c | 285 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
|
/third_party/mesa3d/src/c11/ |
H A D | threads.h | 169 int cnd_wait(cnd_t *, mtx_t *__mtx);
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 442 ret = cnd_wait(&timeline->cond, &timeline->mutex); in vk_sync_timeline_wait_locked() 455 ret = cnd_wait(&timeline->cond, &timeline->mutex); in vk_sync_timeline_wait_locked()
|
H A D | vk_queue.c | 277 int ret = cnd_wait(&queue->submit.pop, &queue->submit.mutex); in vk_queue_drain() 279 result = vk_queue_set_lost(queue, "cnd_wait failed"); in vk_queue_drain() 466 int ret = cnd_wait(&queue->submit.push, &queue->submit.mutex); in vk_queue_submit_thread_func() 469 vk_queue_set_lost(queue, "cnd_wait failed"); in vk_queue_submit_thread_func()
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 131 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
|
H A D | threads_win32.c | 234 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 677 cnd_wait(&u->flush, &u->mtx); in zink_batch_usage_wait()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_context.c | 204 cnd_wait(&vws->cs_cond, &vws->cs_mutex); in vmw_swc_flush()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 1121 cnd_wait(&dctx->cond, &dctx->mutex); in dd_thread_main() 1194 cnd_wait(&dctx->cond, &dctx->mutex); in dd_add_record()
|