Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 4 of 4) 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/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.h628 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
Dtrace_event_analyzer.cc814 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer