Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h34 virtual std::optional<std::string> GetQueue() { return std::nullopt; } in GetQueue() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.h42 std::optional<std::string> GetQueue() override;
H A DScriptedThreadPythonInterface.cpp77 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue()
73 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { GetQueue() function in ScriptedThreadPythonInterface
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i120 ) lldb::SBThread::GetQueue;
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h44 lldb::SBQueue GetQueue() const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); }
357 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } GetQueue() function
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]