Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
53 Thread* thread2 = threads.CreateThread(901); in TEST() local54 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()
438 RecordReadThread thread2(128 * 1024, attr, 1, 1, 0, true, true); in TEST_F() local439 ASSERT_TRUE(thread2.RegisterDataCallback(loop, []() { return true; })); in TEST_F()440 read_records(thread2, received_records); in TEST_F()