Home
last modified time | relevance | path

Searched defs:GetQueue (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp90 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread