Searched refs:m_vfork_in_progress (Results 1 – 2 of 2) sorted by relevance
299 bool m_vfork_in_progress; variable
262 m_erased_flash_ranges(), m_vfork_in_progress(false) { in ProcessGDBRemote()5270 assert(!m_vfork_in_progress); in DidVFork()5271 m_vfork_in_progress = true; in DidVFork()5325 assert(m_vfork_in_progress); in DidVForkDone()5326 m_vfork_in_progress = false; in DidVForkDone()5337 m_vfork_in_progress = false; in DidExec()