Searched refs:GetThreadName (Results 1 - 22 of 22) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_breakpointlocation.py20 obj.GetThreadName()
H A Dsb_breakpoint.py27 obj.GetThreadName()
/external/lldb/scripts/Python/interface/
H A DSBBreakpointLocation.i89 GetThreadName () const;
H A DSBBreakpoint.i172 GetThreadName () const;
/external/lldb/include/lldb/API/
H A DSBBreakpointLocation.h77 GetThreadName () const;
H A DSBBreakpoint.h110 GetThreadName () const;
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h208 GetThreadName () const;
H A DBreakpoint.h398 GetThreadName () const;
/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/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/include/lldb/Host/
H A DHost.h285 GetThreadName (lldb::pid_t pid, lldb::tid_t tid);
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py154 self.assertTrue(breakpoint.GetThreadName() is None,
/external/lldb/source/Host/freebsd/
H A DHost.cpp83 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function in class:Host
/external/lldb/source/Core/
H A DLog.cpp115 std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID()));
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h623 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
H A Dtrace_event_analyzer.cc813 const std::string& TraceAnalyzer::GetThreadName( function in class:trace_analyzer::TraceAnalyzer
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp254 Breakpoint::GetThreadName () const function in class:Breakpoint
H A DBreakpointLocation.cpp170 BreakpointLocation::GetThreadName () const function in class:BreakpointLocation
/external/lldb/source/Host/linux/
H A DHost.cpp452 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function in class:Host
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str());
/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 782 milliseconds