Searched refs:m_stopping (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/support/
H A DBasicThread.h76 m_stopping(false) {}
79 bool stopping() const { return m_stopping; }
113 m_stopping = true;
138 m_stopping = false;
146 m_stopping = false;
164 bool m_stopping; member in class:BasicThread

Completed in 35 milliseconds