Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DSystemRuntime.h240 virtual lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_qaddr) { in GetQueueKind() function
H A DThread.h347 virtual lldb::QueueKind GetQueueKind() { return lldb::eQueueKindUnknown; } in GetQueueKind() function
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp171 lldb::QueueKind SystemRuntimeMacOSX::GetQueueKind(addr_t dispatch_queue_addr) { in GetQueueKind() function in SystemRuntimeMacOSX
766 queue_sp->SetKind(thread_sp->GetQueueKind()); in PopulateQueueList()
772 GetQueueKind(thread_sp->GetQueueLibdispatchQueueAddress())); in PopulateQueueList()
987 queue_sp->SetKind(GetQueueKind(queue)); in PopulateQueuesUsingLibBTR()
H A DSystemRuntimeMacOSX.h93 lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_queue_addr) override;