Home | History | Annotate | Download | only in processor

Lines Matching defs:threads

135   MinidumpThreadList *threads = dump->GetThreadList();
136 if (!threads) {
147 (threads != NULL ? "" : "no ") << "thread list, " <<
154 unsigned int thread_count = threads->thread_count();
167 MinidumpThread *thread = threads->GetThreadAtIndex(thread_index);
201 // might be greater than the thread index in the threads vector if
202 // any of the minidump's threads are skipped and not placed into the
203 // processed threads vector. The thread vector's current size will
262 // Threads with missing CPU contexts will hit this, but