Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/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