Searched refs:thread_ref (Results 1 – 1 of 1) sorted by relevance
1083 base::PlatformThreadRef thread_ref; in TEST_F() local1084 auto self_unregister_from_another_thread = [&mdp, &thread_ref]( in TEST_F()1086 thread_ref = PlatformThread::CurrentRef(); in TEST_F()1102 .WillOnce(Invoke([&thread_ref]() { in TEST_F()1103 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()