Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h91 virtual llvm::Optional<std::string> GetQueue() { return llvm::None; } in GetQueue() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp93 llvm::Optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() function in ScriptedThreadPythonInterface
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h358 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread