Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp87 const char *ThreadSpec::GetQueueName() const { in GetQueueName() function in ThreadSpec
118 const char *queue_name = thread.GetQueueName(); in QueueNameMatches()
165 const char *queue_name = GetQueueName(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h49 const char *GetQueueName() override { in GetQueueName() function
53 m_backing_thread_sp->GetQueueName(); in GetQueueName()
H A DHistoryThread.h62 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h77 const char *GetQueueName() const;
H A DSBBreakpointName.h81 const char *GetQueueName() const;
H A DSBBreakpoint.h90 const char *GetQueueName() const;
H A DSBThread.h88 const char *GetQueueName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h64 const char *GetQueueName() const;
H A DThread.h348 virtual const char *GetQueueName() { return nullptr; } in GetQueueName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp313 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation
318 loc_sp->GetQueueName(); in GetQueueName()
H A DSBQueueItem.cpp119 const char *queue_name = thread_sp->GetQueueName(); in GetExtendedBacktraceThread()
H A DSBBreakpointName.cpp450 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName
461 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
H A DSBBreakpoint.cpp395 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint
404 name = thread_spec->GetQueueName(); in GetQueueName()
H A DSBThread.cpp497 const char *SBThread::GetQueueName() const { in GetQueueName() function in SBThread
506 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
1450 const char *queue_name = new_thread_sp->GetQueueName(); in GetExtendedBacktraceThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h38 const char *GetQueueName() override;
H A DThreadGDBRemote.cpp81 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h189 const char *GetQueueName() const;
H A DBreakpoint.h443 const char *GetQueueName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp401 if (m_options_up->GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
402 ::strcmp(m_options_up->GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
409 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint
413 return m_options_up->GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointLocation.cpp183 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation
188 return thread_spec->GetQueueName(); in GetQueueName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1276 const char *cstr = thread->GetQueueName(); in Format()
H A DIOHandler.cpp3607 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction()