Searched refs:GetQueue (Results 1 – 12 of 12) sorted by relevance
120 ) lldb::SBThread::GetQueue;
46 lldb::QueueSP GetQueue() override;
171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
77 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue() function in ScriptedThreadPythonInterface
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()
359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
61364 result = ((lldb::SBThread const *)arg1)->GetQueue(); in _wrap_SBThread_GetQueue()