Searched refs:render_thread (Results 1 – 2 of 2) sorted by relevance
27 DROP VIEW IF EXISTS {{table_name_prefix}}_render_thread;28 CREATE VIEW {{table_name_prefix}}_render_thread AS83 JOIN {{table_name_prefix}}_render_thread thread USING (utid)
221 thrd_t render_thread = ctx->worker; in nine_csmt_destroy() local246 thrd_join(render_thread, NULL); in nine_csmt_destroy()