Searched refs:GetThreadName (Results 1 – 5 of 5) sorted by relevance
109 static std::string GetThreadName() { in GetThreadName() function124 std::string name(GetThreadName() + " - " + GetThreadId()); in AttachCurrentThreadIfNeeded()
166 std::string GetThreadName() const;
370 std::string MessageLoop::GetThreadName() const { in GetThreadName() function in base::MessageLoop
2169 EXPECT_EQ(kThreadName, loop.GetThreadName()); in TEST_P()2176 EXPECT_EQ(kThreadName, thread.message_loop()->GetThreadName()); in TEST_P()
54 // TODO(henrika): see if it is possible to move to GetThreadName in