Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance

/system/extras/memory_replay/tests/
DThreadsTest.cpp53 Thread* thread2 = threads.CreateThread(901); in TEST() local
54 ASSERT_TRUE(thread2 != nullptr); in TEST()
65 ASSERT_EQ(thread2, found_thread2); in TEST()
72 thread2->SetAllocEntry(&thread_done); in TEST()
83 thread2->SetPending(); in TEST()
84 threads.Finish(thread2); in TEST()
/system/extras/simpleperf/
DRecordReadThread_test.cpp438 RecordReadThread thread2(128 * 1024, attr, 1, 1, 0, true, true); in TEST_F() local
439 ASSERT_TRUE(thread2.RegisterDataCallback(loop, []() { return true; })); in TEST_F()
440 read_records(thread2, received_records); in TEST_F()