Home
last modified time | relevance | path

Searched refs:u_thread_create (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c117 u_thread_create(threads + i, thread_function, (void *) &thread_ids[i]); in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c100 if (thrd_success != u_thread_create(pool->threads + i, lp_cs_tpool_worker, pool)) { in lp_cs_tpool_create()
Dlp_rast.c1246 if (thrd_success != u_thread_create(rast->threads + i, thread_function, in create_rast_threads()
/third_party/mesa3d/src/util/
Du_thread.h107 static inline int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
Du_queue.c340 if (thrd_success != u_thread_create(queue->threads + index, util_queue_thread_func, input)) { in util_queue_create_thread()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c163 int ret = u_thread_create(&rscreen->gpu_load_thread, r600_gpu_load_thread, rscreen); in r600_read_mmio_counter()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c177 … if (thrd_success == u_thread_create(&sscreen->gpu_load_thread, si_gpu_load_thread, sscreen)) { in si_read_mmio_counter()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c844 if (thrd_success != u_thread_create(&tr_rbug->thread, rbug_thread, tr_rbug)) { in rbug_start()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c962 if (thrd_success != u_thread_create(&dctx->thread,dd_thread_main, dctx)) { in dd_context_create()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c166 if (thrd_success != u_thread_create(&ctx->worker, nine_csmt_worker, ctx)) { in nine_csmt_create()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst6128 - util/c11: Update function u_thread_create to be c11 conformance