Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h48 const char *GetQueueName() override { in GetQueueName() function
52 m_backing_thread_sp->GetQueueName(); in GetQueueName()
H A DHistoryThread.h58 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i166 For example, with a libdispatch (aka Grand Central Dispatch) queue.") GetQueueName;
169 GetQueueName() const;
454 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
H A DSBBreakpointLocation.i127 GetQueueName () const;
H A DSBBreakpointName.i83 const char *GetQueueName() const;
H A DSBBreakpoint.i178 GetQueueName () const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp392 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation
394 GetQueueName); in GetQueueName()
400 loc_sp->GetQueueName(); in GetQueueName()
523 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointLocation, GetQueueName, in RegisterMethods()
H A DSBBreakpointName.cpp459 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName
461 GetQueueName); in GetQueueName()
470 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
737 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetQueueName, in RegisterMethods()
H A DSBBreakpoint.cpp450 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint
451 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpoint, GetQueueName); in GetQueueName()
461 name = thread_spec->GetQueueName(); in GetQueueName()
1032 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetQueueName, ()); in RegisterMethods()
H A DSBThread.cpp418 const char *SBThread::GetQueueName() const { in GetQueueName() function in SBThread
419 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBThread, GetQueueName); in GetQueueName()
428 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
1396 LLDB_REGISTER_METHOD_CONST(const char *, SBThread, GetQueueName, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h81 const char *GetQueueName() const;
H A DSBBreakpointName.h82 const char *GetQueueName() const;
H A DSBBreakpoint.h93 const char *GetQueueName() const;
H A DSBThread.h90 const char *GetQueueName() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h61 const char *GetQueueName() const;
H A DThread.h333 virtual const char *GetQueueName() { return nullptr; } in GetQueueName() function
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h156 const char *GetQueueName() const;
H A DBreakpoint.h366 const char *GetQueueName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp387 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
388 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
395 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint
399 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointLocation.cpp180 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation
185 return thread_spec->GetQueueName(); in GetQueueName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1256 const char *cstr = thread->GetQueueName(); in Format()
H A DIOHandlerCursesGUI.cpp5036 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction()

12