Searched refs:render_thread (Results 1 – 4 of 4) sorted by relevance
90 render_thread.upid,91 render_thread.utid,96 JOIN android_jank_cuj_render_thread render_thread USING (cuj_id)98 ON slice.track_id = render_thread.track_id
28 DROP VIEW IF EXISTS {{table_name_prefix}}_render_thread;29 CREATE PERFETTO VIEW {{table_name_prefix}}_render_thread AS87 JOIN {{table_name_prefix}}_render_thread thread USING (utid)
90 content::RenderThread* render_thread = content::RenderThread::Get(); in InitializePnaclResourceHost() local91 if (!render_thread) in InitializePnaclResourceHost()95 new PnaclTranslationResourceHost(render_thread->GetIOTaskRunner()); in InitializePnaclResourceHost()96 render_thread->AddFilter(g_pnacl_resource_host.Get().get()); in InitializePnaclResourceHost()
213 thrd_t render_thread = ctx->worker; in nine_csmt_destroy() local238 thrd_join(render_thread, NULL); in nine_csmt_destroy()