Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 8 of 8) 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.cc427 std::string MessageLoop::GetThreadName() const { in GetThreadName() function in base::MessageLoop
582 std::string thread_name = GetThreadName(); in StartHistogrammer()
Dmessage_loop.h297 std::string GetThreadName() const;
Dmessage_loop_unittest.cc986 EXPECT_EQ(kThreadName, loop.GetThreadName()); in TEST()
993 EXPECT_EQ(kThreadName, thread.message_loop()->GetThreadName()); in TEST()
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_ios.mm54 // TODO(henrika): see if it is possible to move to GetThreadName in
/external/libchrome/base/test/
Dtrace_event_analyzer.h728 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
Dtrace_event_analyzer.cc872 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer
/external/libchrome/base/trace_event/
Dtrace_log.cc1046 LOG(WARNING) << "Thread: " << (*it)->GetThreadName(); in OnFlushTimeout()