Home
last modified time | relevance | path

Searched defs:GetQueueName (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.h48 const char *GetQueueName() override { in GetQueueName() function
DHistoryThread.h58 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp74 const char *ThreadSpec::GetQueueName() const { in GetQueueName() function in ThreadSpec
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp58 const char *ThreadKDP::GetQueueName() { return nullptr; } in GetQueueName() function in ThreadKDP
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp80 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
/external/llvm-project/lldb/include/lldb/Target/
DThread.h333 virtual const char *GetQueueName() { return nullptr; } in GetQueueName() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp181 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation
DBreakpoint.cpp412 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp392 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation
DSBBreakpointName.cpp459 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName
DSBBreakpoint.cpp450 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint
DSBThread.cpp402 const char *SBThread::GetQueueName() const { in GetQueueName() function in SBThread