Searched refs:EqualsThread (Results 1 – 6 of 6) sorted by relevance
44 bool HostThread::EqualsThread(lldb::thread_t thread) const { in EqualsThread() function in HostThread45 return m_native_thread->EqualsThread(thread); in EqualsThread()
41 bool HostNativeThreadBase::EqualsThread(lldb::thread_t thread) const { in EqualsThread() function in HostNativeThreadBase
44 bool EqualsThread(lldb::thread_t thread) const;
38 virtual bool EqualsThread(lldb::thread_t thread) const;
5044 if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) { in RunThreadPlan() 5857 if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) in PrintWarningOptimization() 5865 return m_private_state_thread.EqualsThread(Host::GetCurrentThread()); in PrintWarningUnsupportedLanguage()
2179 return m_io_handler_thread.EqualsThread(Host::GetCurrentThread()); in RunREPL()