Searched refs:u_thread_create (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 117 u_thread_create(threads + i, thread_function, (void *) &thread_ids[i]); in main()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_cs_tpool.c | 100 if (thrd_success != u_thread_create(pool->threads + i, lp_cs_tpool_worker, pool)) { in lp_cs_tpool_create()
|
D | lp_rast.c | 1246 if (thrd_success != u_thread_create(rast->threads + i, thread_function, in create_rast_threads()
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 107 static inline int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
|
D | u_queue.c | 340 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/ |
D | r600_gpu_load.c | 163 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/ |
D | si_gpu_load.c | 177 … 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/ |
D | rbug_core.c | 844 if (thrd_success != u_thread_create(&tr_rbug->thread, rbug_thread, tr_rbug)) { in rbug_start()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 962 if (thrd_success != u_thread_create(&dctx->thread,dd_thread_main, dctx)) { in dd_context_create()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 166 if (thrd_success != u_thread_create(&ctx->worker, nine_csmt_worker, ctx)) { in nine_csmt_create()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 6128 - util/c11: Update function u_thread_create to be c11 conformance
|