Searched refs:u_thread_create (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_cs_tpool.c | 101 pool->threads[i] = u_thread_create(lp_cs_tpool_worker, pool); in lp_cs_tpool_create()
|
D | lp_rast.c | 1276 rast->threads[i] = u_thread_create(thread_function, in create_rast_threads()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_gpu_load.c | 164 u_thread_create(r600_gpu_load_thread, rscreen); in r600_read_mmio_counter()
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 107 static inline thrd_t u_thread_create(int (*routine)(void *), void *param) in u_thread_create() function
|
D | u_queue.c | 347 queue->threads[index] = u_thread_create(util_queue_thread_func, input); in util_queue_create_thread()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gpu_load.c | 177 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/ |
D | rbug_core.c | 859 tr_rbug->thread = u_thread_create(rbug_thread, tr_rbug); in rbug_start()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 962 dctx->thread = u_thread_create(dd_thread_main, dctx); in dd_context_create()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 166 ctx->worker = u_thread_create(nine_csmt_worker, ctx); in nine_csmt_create()
|