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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  596     m_pending_notification_tid = LLDB_INVALID_THREAD_ID;
  820       if (m_pending_notification_tid != LLDB_INVALID_THREAD_ID) {
  821         if (m_pending_notification_tid == thread.GetID())
 1665   if (m_pending_notification_tid != LLDB_INVALID_THREAD_ID) {
 1670              thread.GetID(), m_pending_notification_tid);
 1701   m_pending_notification_tid = triggering_tid;
 1715   if (m_pending_notification_tid == LLDB_INVALID_THREAD_ID)
 1738   SetCurrentThreadID(m_pending_notification_tid);
 1740   m_pending_notification_tid = LLDB_INVALID_THREAD_ID;
 1747   if (m_pending_notification_tid != LLDB_INVALID_THREAD_ID &&