Home
last modified time | relevance | path

Searched refs:cnd_signal (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c115 cnd_signal(&queue->change); in lp_scene_dequeue()
134 cnd_signal(&queue->change); in lp_scene_enqueue()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_cnd_test.cpp89 * @tc.desc: Testing whether calling cnd_signal to wake up all blocked threads can succeed in multithreading situations
101 EXPECT_EQ(thrd_success, cnd_signal(&threadCnd)); in HWTEST_F()
105 EXPECT_EQ(thrd_success, cnd_signal(&threadCnd)); in HWTEST_F()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_queue.c117 cnd_signal(&ctx->event_pop); in nine_queue_get()
153 cnd_signal(&ctx->event_push); in nine_queue_flush()
H A Dnine_state.c112 cnd_signal(&ctx->event_processed); in nine_csmt_worker()
128 cnd_signal(&ctx->event_processed); in nine_csmt_worker()
/third_party/musl/src/thread/
H A Dcnd_signal.c4 int cnd_signal(cnd_t *c) in cnd_signal() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_signal.c48 res = cnd_signal(&cndPut); in cnd_signal_0100()
H A Dcnd_wait.c46 cnd_signal(&cnd); in cnd_wait_0100()
H A Dcnd_timedwait.c30 if (cnd_signal(&cond) != thrd_success) { in signal_parent()
31 t_error("%s cnd_signal failed\n", __func__); in signal_parent()
/third_party/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h98 cnd_signal(&sema->cond); in pipe_semaphore_signal()
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h72 int cnd_signal(cnd_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h72 int cnd_signal(cnd_t *);
/third_party/musl/include/
H A Dthreads.h72 int cnd_signal(cnd_t *);
/third_party/glfw/deps/
H A Dtinycthread.h275 int cnd_signal(cnd_t *cond);
289 * the given condition variable is signaled by a call to cnd_signal or to
301 * the given condition variable is signaled by a call to cnd_signal or to
H A Dtinycthread.c186 int cnd_signal(cnd_t *cond) in cnd_signal() function
250 /* Wait for either event to become signaled due to cnd_signal() or in _cnd_timedwait_win32()
/third_party/mesa3d/src/c11/
H A Dthreads.h166 int cnd_signal(cnd_t *);
/third_party/mesa3d/src/util/
H A Du_queue.c300 cnd_signal(&queue->has_space_cond); in util_queue_thread_func()
624 cnd_signal(&queue->has_queued_cond); in util_queue_add_job()
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c107 cnd_signal(cnd_t *cond) in cnd_signal() function
H A Dthreads_win32.c212 cnd_signal(cnd_t *cond) in cnd_signal() function
/third_party/glfw/examples/
H A Dparticles.c559 cnd_signal(&thread_sync.d_done); in draw_particles()
932 cnd_signal(&thread_sync.p_done); in physics_thread_main()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.c261 cnd_signal(&queue->submit.push); in vk_queue_push_submit()
544 cnd_signal(&queue->submit.push); in vk_queue_stop_submit_thread()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1115 cnd_signal(&dctx->cond); in dd_thread_main()
1199 cnd_signal(&dctx->cond); in dd_add_record()
H A Ddd_context.c636 cnd_signal(&dctx->cond); in dd_thread_join()

Completed in 18 milliseconds