Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h48 const char *GetQueueName() override { in GetQueueName() function
50 return m_backing_thread_sp->GetQueueName(); in GetQueueName()
194 const char *GetQueueName() override { in GetQueueName() function
197 return ThreadMemory::GetQueueName(); in GetQueueName()
H A DHistoryThread.h58 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp72 const char *ThreadSpec::GetQueueName() const { in GetQueueName() function in ThreadSpec
103 const char *queue_name = thread.GetQueueName(); in QueueNameMatches()
150 const char *queue_name = GetQueueName(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i16 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q…
H A DSBBreakpointLocationExtensions.i19 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q…
H A DSBThreadDocstrings.i97 ) lldb::SBThread::GetQueueName;
H A DSBBreakpointExtensions.i57 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q…
H A DSBThreadExtensions.i70 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h53 const char *GetQueueName() override;
H A DScriptedThread.cpp99 const char *ScriptedThread::GetQueueName() { in GetQueueName() function in ScriptedThread
H A DScriptedProcess.cpp553 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h78 const char *GetQueueName() const;
H A DSBBreakpointLocation.h94 const char *GetQueueName() const;
H A DSBBreakpoint.h98 const char *GetQueueName() const;
H A DSBThread.h94 const char *GetQueueName() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h61 const char *GetQueueName() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h40 const char *GetQueueName() override;
H A DThreadGDBRemote.cpp88 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp387 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation
396 return ConstString(loc_sp->GetQueueName()).GetCString(); in GetQueueName()
H A DSBBreakpointName.cpp447 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName
457 return ConstString(bp_name->GetOptions().GetThreadSpec()->GetQueueName()) in GetQueueName()
H A DSBBreakpoint.cpp437 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint
448 return ConstString(thread_spec->GetQueueName()).GetCString(); in GetQueueName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h157 const char *GetQueueName() const;
H A DBreakpoint.h373 const char *GetQueueName() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp429 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
430 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
437 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint
440 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointLocation.cpp165 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation
170 return thread_spec->GetQueueName(); in GetQueueName()

12