Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h34 virtual std::optional<std::string> GetQueue() { return std::nullopt; } in GetQueue() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp77 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() function in ScriptedThreadPythonInterface
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/llvm-project/lldb/include/lldb/Target/
H A DThread.h359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } GetQueue() function
/llvm-project/lldb/source/API/
H A DSBThread.cpp88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread