Searched refs:thread_capture (Results 1 – 2 of 2) sorted by relevance
105 ThreadCapture thread_capture{getpid(), heap}; in WaitForThreads() local108 EXPECT_TRUE(thread_capture.ListThreads(tids)); in WaitForThreads()129 ThreadCapture thread_capture(getpid(), heap); in TEST_F() local134 ASSERT_TRUE(thread_capture.ListThreads(list_tids)); in TEST_F()155 ThreadCapture thread_capture(getpid(), heap); in TEST_P() local157 ASSERT_TRUE(thread_capture.ListThreads(list_tids)); in TEST_P()228 ThreadCapture thread_capture(child, heap); in TEST_P() local231 ASSERT_TRUE(thread_capture.ListThreads(list_tids)); in TEST_P()234 ASSERT_TRUE(thread_capture.CaptureThreads()); in TEST_P()237 ASSERT_TRUE(thread_capture.CapturedThreadInfo(thread_info)); in TEST_P()[all …]
306 ThreadCapture thread_capture(parent_pid, heap); in GetUnreachableMemory() local312 if (!thread_capture.CaptureThreads()) { in GetUnreachableMemory()318 if (!thread_capture.CapturedThreadInfo(thread_info)) { in GetUnreachableMemory()339 thread_capture.ReleaseThread(parent_tid); in GetUnreachableMemory()