Searched defs:GetThreadName (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/API/
H A DSBBreakpointLocation.cpp218 SBBreakpointLocation::GetThreadName () const function in class:SBBreakpointLocation
223 return m_opaque_sp->GetThreadName();
H A DSBBreakpoint.cpp431 SBBreakpoint::GetThreadName () const function in class:SBBreakpoint
443 log->Printf ("SBBreakpoint(%p)::GetThreadName () => %s", m_opaque_sp.get(), name);
/external/lldb/source/Host/freebsd/
H A DHost.cpp83 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function in class:Host
/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc399 static const char* GetThreadName(BrowserThread::ID thread) { function in namespace:content
416 actual_name = GetThreadName(actual_browser_thread);
419 result += GetThreadName(expected);
/external/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp170 BreakpointLocation::GetThreadName () const function in class:BreakpointLocation
H A DBreakpoint.cpp254 Breakpoint::GetThreadName () const function in class:Breakpoint
/external/lldb/source/Host/linux/
H A DHost.cpp452 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function in class:Host
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc813 const std::string& TraceAnalyzer::GetThreadName( function in class:trace_analyzer::TraceAnalyzer
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc179 static std::string GetThreadName() { function in namespace:__anon12617
227 char* name = strdup((GetThreadName() + " - " + GetThreadId()).c_str());

Completed in 244 milliseconds