hwt_backend_thread_alloc
.hwt_backend_thread_alloc = pt_backend_alloc_thread,
.hwt_backend_thread_alloc = spe_backend_thread_alloc,
if (ctx->hwt_backend->ops->hwt_backend_thread_alloc == NULL)
error = ctx->hwt_backend->ops->hwt_backend_thread_alloc(thr);
int (*hwt_backend_thread_alloc)(struct hwt_thread *);
int hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *);
error = hwt_backend_thread_alloc(ctx, thr);
error = hwt_backend_thread_alloc(ctx, thr);