Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc1083 base::PlatformThreadRef thread_ref; in TEST_F() local
1084 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()