Home
last modified time | relevance | path

Searched refs:GetQueueName (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/source/Target/
DThreadSpec.cpp52 ThreadSpec::GetQueueName () const in GetQueueName() function in ThreadSpec
92 const char *queue_name = thread.GetQueueName(); in QueueNameMatches()
152 const char *queue_name = GetQueueName(); in GetDescription()
/external/lldb/scripts/Python/interface/
DSBThread.i118 GetQueueName() const;
262 __swig_getmethods__["queue"] = GetQueueName
263 …if _newclass: queue = property(GetQueueName, None, doc='''A read only property that returns the di…
DSBBreakpointLocation.i95 GetQueueName () const;
DSBBreakpoint.i178 GetQueueName () const;
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.h64 GetQueueName () in GetQueueName() function
69 m_backing_thread_sp->GetQueueName(); in GetQueueName()
/external/lldb/source/Breakpoint/
DBreakpoint.cpp265 if (m_options.GetThreadSpec()->GetQueueName() != NULL in SetQueueName()
266 && ::strcmp (m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
274 Breakpoint::GetQueueName () const in GetQueueName() function in Breakpoint
279 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
DBreakpointLocation.cpp194 BreakpointLocation::GetQueueName () const in GetQueueName() function in BreakpointLocation
197 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py22 obj.GetQueueName()
Dsb_breakpoint.py29 obj.GetQueueName()
Dsb_thread.py16 obj.GetQueueName()
/external/lldb/source/API/
DSBBreakpointLocation.cpp239 SBBreakpointLocation::GetQueueName () const in GetQueueName() function in SBBreakpointLocation
244 m_opaque_sp->GetQueueName (); in GetQueueName()
DSBBreakpoint.cpp462 SBBreakpoint::GetQueueName () const in GetQueueName() function in SBBreakpoint
470 name = thread_spec->GetQueueName(); in GetQueueName()
DSBThread.cpp483 SBThread::GetQueueName () const in GetQueueName() function in SBThread
495 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h83 GetQueueName () const;
DSBBreakpoint.h116 GetQueueName () const;
DSBThread.h95 GetQueueName() const;
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h36 GetQueueName ();
DThreadKDP.cpp64 ThreadKDP::GetQueueName () in GetQueueName() function in ThreadKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h39 GetQueueName ();
DThreadGDBRemote.cpp67 ThreadGDBRemote::GetQueueName () in GetQueueName() function in ThreadGDBRemote
/external/lldb/include/lldb/Target/
DThreadSpec.h82 GetQueueName () const;
DThread.h343 GetQueueName () in GetQueueName() function
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h214 GetQueueName () const;
DBreakpoint.h404 GetQueueName () const;
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp81 …printf("%s %d %d {%d}\n",thread.GetQueueName(),tCount,thread.GetStopReason(),eStopReasonBreakpoint… in FetchFrames()

12