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

/external/lldb/include/lldb/Target/
H A DThread.h910 return !m_destroy_called;
1054 bool m_destroy_called; // This is used internally to make sure derived Thread classes call DestroyThread. member in class:lldb_private::Thread
/external/lldb/source/Target/
H A DThread.cpp261 m_destroy_called (false),
279 assert (m_destroy_called);
291 m_destroy_called = true;
372 if (m_destroy_called)
400 if (m_destroy_called)

Completed in 670 milliseconds