Lines Matching defs:dothread
229 ctx->dothread = 1; /* the processing is in the same process,
243 ctx->dothread = 1; /* the processing is in the same process,
290 if(ctx->dothread) {
339 if(ctx->created_bg && ctx->dothread && do_stop) {
555 ub_ctx_async(struct ub_ctx* ctx, int dothread)
558 if(dothread) /* cannot do threading */
566 ctx->dothread = dothread;
913 if(!ctx->dothread) { /* if forked */
1476 ctx->dothread = 1;