reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/HostThread.h
   44   bool EqualsThread(lldb::thread_t thread) const;

References

tools/lldb/source/Target/Process.cpp
 4722   if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) {
 5535   if (m_private_state_thread.EqualsThread(Host::GetCurrentThread()))
 5543   return m_private_state_thread.EqualsThread(Host::GetCurrentThread());