Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc109 static std::string GetThreadName() { in GetThreadName() function
124 std::string name(GetThreadName() + " - " + GetThreadId()); in AttachCurrentThreadIfNeeded()
/external/libchrome/base/message_loop/
Dmessage_loop.h166 std::string GetThreadName() const;
Dmessage_loop.cc370 std::string MessageLoop::GetThreadName() const { in GetThreadName() function in base::MessageLoop
Dmessage_loop_unittest.cc2169 EXPECT_EQ(kThreadName, loop.GetThreadName()); in TEST_P()
2176 EXPECT_EQ(kThreadName, thread.message_loop()->GetThreadName()); in TEST_P()
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_ios.mm54 // TODO(henrika): see if it is possible to move to GetThreadName in