Searched refs:md_thread (Results 1 – 1 of 1) sorted by relevance
262 MinidumpThread *md_thread = thread_list->GetThreadAtIndex(0); in TEST() local263 ASSERT_TRUE(md_thread != NULL); in TEST()265 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST()267 MinidumpMemoryRegion *md_stack = md_thread->GetMemory(); in TEST()274 MinidumpContext *md_context = md_thread->GetContext(); in TEST()332 MinidumpThread* md_thread = thread_list->GetThreadAtIndex(0); in TEST() local333 ASSERT_TRUE(md_thread != NULL); in TEST()336 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST()339 MinidumpContext* md_context = md_thread->GetContext(); in TEST()342 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); in TEST()[all …]