Searched refs:GetQueueName (Results 1 - 25 of 27) sorted by relevance

12

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

Completed in 228 milliseconds

12