Lines Matching defs:worker
63 thrd_t worker;
89 /* CSMT worker thread */
96 DBG("CSMT worker spawned\n");
134 DBG("CSMT worker destroyed\n");
139 * Spawns a worker thread.
166 if (thrd_success != u_thread_create(&ctx->worker, nine_csmt_worker, ctx)) {
187 * Waits for the worker to complete. */
224 * Waits for the worker thread to terminate.
230 thrd_t render_thread = ctx->worker;
240 /* Signal worker to terminate. */
310 if (!u_thread_is_self(ctx->worker))
337 return u_thread_is_self(ctx->worker);