Lines Matching defs:Thread
40 // Context, Thread, and so on all inherit from test_assembler::Section.
47 // using google_breakpad::SynthMinidump::Thread;
61 // Thread thread1(minidump, 0xe4a4821d, stack1, context1);
92 // memory list; threads should be placed in the thread list; and so
97 // the dump. For example, although the Thread constructor takes
102 // cited both from Thread objects (as their stack contents) and by the
237 class Thread: public Section {
239 // Create a thread belonging to DUMP with the given values, citing
241 Thread(const Dump &dump,
284 // or a thread list.
329 // stream directory, memory list, thread list, and module list are
334 Dump &Add(Thread *object); // append, record in thread list
354 // This minidump's thread list. We construct this incrementally from
355 // Add(Thread *) calls.
356 List<Thread> thread_list_;