Searched refs:GetQueue (Results 1 – 7 of 7) sorted by relevance
195 This method takes no arguments, returns an SBQueue.") GetQueue;198 GetQueue () const;
46 lldb::QueueSP GetQueue() override;
171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
40 lldb::SBQueue GetQueue() const;
90 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread91 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBQueue, SBThread, GetQueue); in GetQueue()101 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()1379 LLDB_REGISTER_METHOD_CONST(lldb::SBQueue, SBThread, GetQueue, ()); in RegisterMethods()
359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
53849 result = ((lldb::SBThread const *)arg1)->GetQueue(); in _wrap_SBThread_GetQueue()