Home
last modified time | relevance | path

Searched refs:GetQueue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h44 lldb::QueueSP GetQueue() override;
H A DThreadGDBRemote.cpp164 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h41 lldb::SBQueue GetQueue() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h378 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp81 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread
91 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()