Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_SessionPool.h111 && m_listFree.IsEmpty());
125 m_listFree.PushBack(&pSessions[i]);
159 while(!m_listFree.IsEmpty()) // 未接続 in SemiFinalize()
162 m_listFree.PopFront()->Close(); in SemiFinalize()
197 && m_listFree.IsEmpty()); in Finalize()
273 m_listFree.PushBack(pSessionItem); in Free()
291 if (m_listFree.IsEmpty()) in AddNewSession()
296 SessionItem* pSessionItem = m_listFree.GetFront(); in AddNewSession()
311 NN_ASSERT(!m_listFree.IsEmpty()); in AddNewSession()
313 m_listFree.PopFront(); in AddNewSession()
[all …]