Searched refs:m_listInactive (Results 1 – 1 of 1) sorted by relevance
110 && m_listInactive.IsEmpty()153 while(!m_listInactive.IsEmpty()) // 使用可能 in SemiFinalize()155 m_listInactive.PopFront()->Close(); in SemiFinalize()196 && m_listInactive.IsEmpty() in Finalize()227 if (m_listInactive.IsEmpty()) in TryAllocate()236 NN_ASSERT(!m_listInactive.IsEmpty()); in TryAllocate()239 pSessionItem = m_listInactive.PopFront(); in TryAllocate()267 m_listInactive.PushBack(pSessionItem); in Free()315 m_listInactive.PushBack(pSessionItem); in AddNewSession()321 SessionList m_listInactive; variable