HomeSort by relevance Sort by last modified time
    Searched defs:GetQueueName (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/Target/
ThreadSpec.cpp 52 ThreadSpec::GetQueueName () const
92 const char *queue_name = thread.GetQueueName();
152 const char *queue_name = GetQueueName();
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 64 GetQueueName ()
69 m_backing_thread_sp->GetQueueName();
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 64 ThreadKDP::GetQueueName ()
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 67 ThreadGDBRemote::GetQueueName ()
  /external/lldb/source/API/
SBBreakpointLocation.cpp 239 SBBreakpointLocation::GetQueueName () const
244 m_opaque_sp->GetQueueName ();
SBBreakpoint.cpp 462 SBBreakpoint::GetQueueName () const
470 name = thread_spec->GetQueueName();
474 log->Printf ("SBBreakpoint(%p)::GetQueueName () => %s", m_opaque_sp.get(), name);
SBThread.cpp 483 SBThread::GetQueueName () const
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");
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 194 BreakpointLocation::GetQueueName () const
197 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetQueueName();
Breakpoint.cpp 265 if (m_options.GetThreadSpec()->GetQueueName() != NULL
266 && ::strcmp (m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0)
274 Breakpoint::GetQueueName () const
279 return m_options.GetThreadSpecNoCreate()->GetQueueName();
  /external/lldb/include/lldb/Target/
Thread.h 343 GetQueueName ()
    [all...]

Completed in 419 milliseconds