HomeSort by relevance Sort by last modified time
    Searched refs:m_stopping_threads (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/Linux/
ProcessLinux.cpp 67 : ProcessPOSIX(target, listener), m_core_file(core_file), m_stopping_threads(false)
146 if (m_stopping_threads)
148 m_stopping_threads = true;
169 m_stopping_threads = false;
ProcessLinux.h 109 bool m_stopping_threads; member in class:ProcessLinux

Completed in 30 milliseconds