Home
last modified time | relevance | path

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

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