Home
last modified time | relevance | path

Searched refs:GetQueueKind (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSystemRuntime.h240 virtual lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_qaddr) { in GetQueueKind() function
H A DThread.h346 virtual lldb::QueueKind GetQueueKind() { return lldb::eQueueKindUnknown; } in GetQueueKind() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp122 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind() function in ThreadGDBRemote
140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
H A DThreadGDBRemote.h42 lldb::QueueKind GetQueueKind() override;
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp171 lldb::QueueKind SystemRuntimeMacOSX::GetQueueKind(addr_t dispatch_queue_addr) { in GetQueueKind() function in SystemRuntimeMacOSX
725 queue_sp->SetKind(thread_sp->GetQueueKind()); in PopulateQueueList()
731 GetQueueKind(thread_sp->GetQueueLibdispatchQueueAddress())); in PopulateQueueList()
946 queue_sp->SetKind(GetQueueKind(queue)); in PopulateQueuesUsingLibBTR()
H A DSystemRuntimeMacOSX.h93 lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_queue_addr) override;