Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DThread.h959 return m_temporary_resume_state; in GetTemporaryResumeState()
1051 …lldb::StateType m_temporary_resume_state; ///< This state records what the thread was told to … variable
/external/lldb/source/Target/
DThread.cpp259 m_temporary_resume_state (eStateRunning), in Thread()
606 m_temporary_resume_state = resume_state; in ShouldResume()
610 backing_thread_sp->m_temporary_resume_state = resume_state; in ShouldResume()