Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h37 std::optional<std::string> GetQueue() override;
H A DScriptedThreadPythonInterface.cpp95 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() function in ScriptedThreadPythonInterface
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i195 This method takes no arguments, returns an SBQueue.") GetQueue;
198 GetQueue () const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h46 lldb::QueueSP GetQueue() override;
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/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/include/lldb/API/
H A DSBThread.h40 lldb::SBQueue GetQueue() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp97 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread
99 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function