Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h36 llvm::Optional<std::string> GetQueue() override;
H A DScriptedThreadPythonInterface.cpp93 llvm::Optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() function in ScriptedThreadPythonInterface
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i195 This method takes no arguments, returns an SBQueue.") GetQueue;
198 GetQueue () const;
/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/Process/gdb-remote/
H A DThreadGDBRemote.h46 lldb::QueueSP GetQueue() override;
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py119 t.GetQueue().GetQueueID(), queue.GetQueueID(),
122 t.GetQueue().GetQueueID(),
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h40 lldb::SBQueue GetQueue() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp95 llvm::Optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h358 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function