/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipe_sync.c | 72 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/ |
D | lp_cs_tpool.c | 79 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()
|
D | lp_fence.c | 104 cnd_broadcast(&fence->signalled); in lp_fence_signal()
|
/third_party/musl/src/thread/ |
D | cnd_broadcast.c | 4 int cnd_broadcast(cnd_t *c) in cnd_broadcast() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | cnd_broadcast.c | 74 if (cnd_broadcast(&cond) != thrd_success) { in cnd_broadcast_0100()
|
D | test_src_functionalext_supplement_thread.gni | 81 "cnd_broadcast",
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 71 int cnd_broadcast(cnd_t *);
|
/third_party/musl/include/ |
D | threads.h | 71 int cnd_broadcast(cnd_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 71 int cnd_broadcast(cnd_t *);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_cnd_test.cpp | 82 EXPECT_EQ(thrd_success, cnd_broadcast(&threadCnd));
|
/third_party/mesa3d/src/c11/ |
D | threads.h | 163 int cnd_broadcast(cnd_t *);
|
/third_party/glfw/deps/ |
D | tinycthread.h | 283 int cnd_broadcast(cnd_t *cond);
|
D | tinycthread.c | 211 int cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync_timeline.c | 307 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()
|
D | vk_queue.c | 446 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/ |
D | rbug_core.c | 397 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/ |
D | u_queue.c | 160 cnd_broadcast(&fence->cond); in util_queue_fence_signal() 509 cnd_broadcast(&queue->has_queued_cond); in util_queue_kill_threads()
|
D | u_thread.h | 350 cnd_broadcast(&barrier->condvar); in util_barrier_wait()
|
/third_party/mesa3d/src/c11/impl/ |
D | threads_posix.c | 83 cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
|
D | threads_win32.c | 185 cnd_broadcast(cnd_t *cond) in cnd_broadcast() function
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 208 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/ |
D | v3dv_queue.c | 259 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/ |
D | zink_batch.c | 449 cnd_broadcast(&bs->usage.flush); in submit_queue()
|
/third_party/musl/ |
D | libc.map.txt | 462 cnd_broadcast;
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3500 err = cnd_broadcast(&dri2_sync->cond); in dri2_destroy_sync() 3658 ret = cnd_broadcast(&dri2_sync->cond); in dri2_signal_sync()
|