Searched refs:GetQueue (Results 1 – 11 of 11) sorted by relevance
34 virtual std::optional<std::string> GetQueue() { return std::nullopt; } in GetQueue() function
42 std::optional<std::string> GetQueue() override;
77 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() 73 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { GetQueue() function in ScriptedThreadPythonInterface
120 ) lldb::SBThread::GetQueue;
46 lldb::QueueSP GetQueue() override;
171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
44 lldb::SBQueue GetQueue() const;
101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread 99 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()
359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); }357 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } GetQueue() function
[all...]