HomeSort by: relevance | last modified time | path
    Searched defs:per_thread_summary (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 123 class per_thread_summary class in namespace:__anon13906
126 per_thread_summary (label_text name, unsigned swimlane_idx) function in class:__anon13906::per_thread_summary
150 /* The "swimlane index" is the order in which this per_thread_summary
167 const per_thread_summary &t)
252 const per_thread_summary &m_per_thread_summary;
266 const per_thread_summary &get_events_for_thread_id (diagnostic_thread_id_t tid)
268 per_thread_summary **slot = m_thread_id_to_events.get (tid);
275 auto_delete_vec <per_thread_summary> m_per_thread_summary;
277 per_thread_summary *> m_thread_id_to_events;
280 per_thread_summary
    [all...]

Completed in 59 milliseconds