Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/socket/
Dsocket_SessionPool.h110 && 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