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;
73 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in 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 SBThread99 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()
357 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
58451 result = ((lldb::SBThread const *)arg1)->GetQueue(); in _wrap_SBThread_GetQueue()