Home
last modified time | relevance | path

Searched refs:cnd_wait (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c105 cnd_wait(&queue->change, &queue->mutex); in lp_scene_dequeue()
130 cnd_wait(&queue->change, &queue->mutex); in lp_scene_enqueue()
H A Dlp_fence.c124 cnd_wait(&f->signalled, &f->mutex); in lp_fence_wait()
147 ret = cnd_wait(&f->signalled, &f->mutex); in lp_fence_timedwait()
H A Dlp_cs_tpool.c49 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 Dthread_cnd_test.cpp39 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 Dnine_queue.c92 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 Dcnd_wait.c3 int cnd_wait(cnd_t *c, mtx_t *m) in cnd_wait() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_wait.c26 res = cnd_wait(&cnd, &mtx); in cnd_waitfirst()
H A Dcnd_broadcast.c30 cnd_wait(&cond, &mutex); in child_wait()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c161 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 Dos_thread.h108 cnd_wait(&sema->cond, &sema->mutex); in pipe_semaphore_wait()
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h75 int cnd_wait(cnd_t *, mtx_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h75 int cnd_wait(cnd_t *, mtx_t *);
/third_party/musl/include/
H A Dthreads.h75 int cnd_wait(cnd_t *, mtx_t *);
/third_party/mesa3d/src/util/
H A Du_queue.c169 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 Du_thread.h345 cnd_wait(&barrier->condvar, &barrier->mutex); in util_barrier_wait()
/third_party/glfw/deps/
H A Dtinycthread.h297 int cnd_wait(cnd_t *cond, mtx_t *mtx);
H A Dtinycthread.c285 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
/third_party/mesa3d/src/c11/
H A Dthreads.h169 int cnd_wait(cnd_t *, mtx_t *__mtx);
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_timeline.c442 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 Dvk_queue.c277 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 Dthreads_posix.c131 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
H A Dthreads_win32.c234 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c677 cnd_wait(&u->flush, &u->mtx); in zink_batch_usage_wait()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c204 cnd_wait(&vws->cs_cond, &vws->cs_mutex); in vmw_swc_flush()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1121 cnd_wait(&dctx->cond, &dctx->mutex); in dd_thread_main()
1194 cnd_wait(&dctx->cond, &dctx->mutex); in dd_add_record()

Completed in 15 milliseconds

12