Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1139 bool IsValid() const { return !m_destroy_called; } in IsValid()
1342 bool m_destroy_called; // This is used internally to make sure derived Thread variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp226 m_unwinder_up(), m_destroy_called(false), in Thread()
242 assert(m_destroy_called); in ~Thread()
246 m_destroy_called = true; in DestroyThread()
342 if (m_destroy_called) in GetStopInfo()
383 if (m_destroy_called) in GetPrivateStopInfo()