Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DThreadMemory.h64 GetQueueName () in GetQueueName() function
69 m_backing_thread_sp->GetQueueName(); in GetQueueName()
DHistoryThread.h67 GetQueueName () in GetQueueName() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpoint.cpp277 if (m_options.GetThreadSpec()->GetQueueName() != NULL in SetQueueName()
278 && ::strcmp (m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
286 Breakpoint::GetQueueName () const in GetQueueName() function in Breakpoint
291 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
DBreakpointLocation.cpp207 BreakpointLocation::GetQueueName () const in GetQueueName() function in BreakpointLocation
210 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBBreakpointLocation.cpp239 SBBreakpointLocation::GetQueueName () const in GetQueueName() function in SBBreakpointLocation
244 m_opaque_sp->GetQueueName (); in GetQueueName()
DSBBreakpoint.cpp463 SBBreakpoint::GetQueueName () const in GetQueueName() function in SBBreakpoint
471 name = thread_spec->GetQueueName(); in GetQueueName()
DSBThread.cpp483 SBThread::GetQueueName () const in GetQueueName() function in SBThread
495 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
1316 const char *queue_name = new_thread_sp->GetQueueName(); in GetExtendedBacktraceThread()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBBreakpointLocation.h83 GetQueueName () const;
DSBBreakpoint.h116 GetQueueName () const;
DSBThread.h95 GetQueueName() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h39 GetQueueName ();
DThreadGDBRemote.cpp69 ThreadGDBRemote::GetQueueName () in GetQueueName() function in ThreadGDBRemote
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DThreadSpec.h82 GetQueueName () const;
DThread.h296 GetQueueName () in GetQueueName() function
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h214 GetQueueName () const;
DBreakpoint.h422 GetQueueName () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp1917 cstr = thread->GetQueueName(); in FormatPromptRecurse()
DIOHandler.cpp4181 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction()