Searched refs:ThreadHasQueueInformation (Results 1 – 4 of 4) sorted by relevance
113 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function115 return m_backing_thread_sp->ThreadHasQueueInformation(); in ThreadHasQueueInformation()233 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function234 return Thread::ThreadHasQueueInformation(); in ThreadHasQueueInformation()
52 bool ThreadHasQueueInformation() const override;
206 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation() function in ThreadGDBRemote
418 virtual bool ThreadHasQueueInformation() const { return false; } in ThreadHasQueueInformation() function