Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1110 bool IsValid() const { return !m_destroy_called; } in IsValid()
1293 bool m_destroy_called; // This is used internally to make sure derived Thread variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DThread.cpp232 m_unwinder_up(), m_destroy_called(false), in Thread()
248 assert(m_destroy_called); in ~Thread()
252 m_destroy_called = true; in DestroyThread()
337 if (m_destroy_called) in GetStopInfo()
378 if (m_destroy_called) in GetPrivateStopInfo()