Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThread.h1111 bool IsValid() const { return !m_destroy_called; } in IsValid()
1276 bool m_destroy_called; // This is used internally to make sure derived Thread variable
/external/llvm-project/lldb/source/Target/
DThread.cpp235 m_unwinder_up(), m_destroy_called(false), in Thread()
251 assert(m_destroy_called); in ~Thread()
255 m_destroy_called = true; in DestroyThread()
340 if (m_destroy_called) in GetStopInfo()
378 if (m_destroy_called) in GetPrivateStopInfo()