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/
Dpipe_barrier_test.c117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]); in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c101 pool->threads[i] = u_thread_create(lp_cs_tpool_worker, pool); in lp_cs_tpool_create()
Dlp_rast.c1276 rast->threads[i] = u_thread_create(thread_function, in create_rast_threads()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c164 u_thread_create(r600_gpu_load_thread, rscreen); in r600_read_mmio_counter()
/third_party/mesa3d/src/util/
Du_thread.h107 static inline thrd_t u_thread_create(int (*routine)(void *), void *param) in u_thread_create() function
Du_queue.c347 queue->threads[index] = u_thread_create(util_queue_thread_func, input); in util_queue_create_thread()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c177 sscreen->gpu_load_thread = u_thread_create(si_gpu_load_thread, sscreen); in si_read_mmio_counter()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c859 tr_rbug->thread = u_thread_create(rbug_thread, tr_rbug); in rbug_start()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c962 dctx->thread = u_thread_create(dd_thread_main, dctx); in dd_context_create()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c166 ctx->worker = u_thread_create(nine_csmt_worker, ctx); in nine_csmt_create()