Home
last modified time | relevance | path

Searched refs:cnd_broadcast (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c72 cnd_broadcast(&sync->changed); in lvp_pipe_sync_signal_with_fence()
89 cnd_broadcast(&sync->changed); in lvp_pipe_sync_signal()
107 cnd_broadcast(&sync->changed); in lvp_pipe_sync_reset()
128 cnd_broadcast(&src->changed); in lvp_pipe_sync_move()
136 cnd_broadcast(&dst->changed); in lvp_pipe_sync_move()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c79 cnd_broadcast(&task->finish); in lp_cs_tpool_worker()
117 cnd_broadcast(&pool->new_work); in lp_cs_tpool_destroy()
163 cnd_broadcast(&pool->new_work); in lp_cs_tpool_queue_task()
Dlp_fence.c104 cnd_broadcast(&fence->signalled); in lp_fence_signal()
/third_party/musl/src/thread/
Dcnd_broadcast.c4 int cnd_broadcast(cnd_t *c) in cnd_broadcast() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_broadcast.c74 if (cnd_broadcast(&cond) != thrd_success) { in cnd_broadcast_0100()
Dtest_src_functionalext_supplement_thread.gni81 "cnd_broadcast",
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h71 int cnd_broadcast(cnd_t *);
/third_party/musl/include/
Dthreads.h71 int cnd_broadcast(cnd_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h71 int cnd_broadcast(cnd_t *);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_cnd_test.cpp82 EXPECT_EQ(thrd_success, cnd_broadcast(&threadCnd));
/third_party/mesa3d/src/c11/
Dthreads.h163 int cnd_broadcast(cnd_t *);
/third_party/glfw/deps/
Dtinycthread.h283 int cnd_broadcast(cnd_t *cond);
Dtinycthread.c211 int cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync_timeline.c307 int ret = cnd_broadcast(&timeline->cond); in vk_sync_timeline_point_install()
384 int ret = cnd_broadcast(&timeline->cond); in vk_sync_timeline_signal_locked()
Dvk_queue.c446 cnd_broadcast(&queue->submit.pop); in vk_queue_flush()
511 cnd_broadcast(&queue->submit.pop); in vk_queue_submit_thread_func()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c397 cnd_broadcast(&rb_context->draw_cond); in rbug_context_draw_step()
430 cnd_broadcast(&rb_context->draw_cond); in rbug_context_draw_unblock()
462 cnd_broadcast(&rb_context->draw_cond); in rbug_context_draw_rule()
/third_party/mesa3d/src/util/
Du_queue.c160 cnd_broadcast(&fence->cond); in util_queue_fence_signal()
509 cnd_broadcast(&queue->has_queued_cond); in util_queue_kill_threads()
Du_thread.h350 cnd_broadcast(&barrier->condvar); in util_barrier_wait()
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c83 cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
Dthreads_win32.c185 cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c208 cnd_broadcast(&vws->cs_cond); in vmw_swc_flush()
250 cnd_broadcast(&vws->cs_cond); in vmw_swc_flush()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c259 cnd_broadcast(&job->device->query_ended); in handle_end_query_cpu_job()
425 cnd_broadcast(&job->device->query_ended); in handle_timestamp_query_cpu_job()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c449 cnd_broadcast(&bs->usage.flush); in submit_queue()
/third_party/musl/
Dlibc.map.txt462 cnd_broadcast;
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3500 err = cnd_broadcast(&dri2_sync->cond); in dri2_destroy_sync()
3658 ret = cnd_broadcast(&dri2_sync->cond); in dri2_signal_sync()

12