Home
last modified time | relevance | path

Searched refs:u_thread_create (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c117 u_thread_create(threads + i, thread_function, (void *) &thread_ids[i]); in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c100 if (thrd_success != u_thread_create(pool->threads + i, lp_cs_tpool_worker, pool)) { in lp_cs_tpool_create()
H A Dlp_rast.c1246 if (thrd_success != u_thread_create(rast->threads + i, thread_function, in create_rast_threads()
/third_party/mesa3d/src/util/
H A Du_thread.h107 static inline int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dnine_state.c166 if (thrd_success != u_thread_create(&ctx->worker, nine_csmt_worker, ctx)) { in nine_csmt_create()

Completed in 22 milliseconds