Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp635 CNetMgr::Instance()->InsertNetItem(this); in RegistSession()
1523 CNetMgr::Instance()->FreeSockLink(sock); in FreeSockLink()
1579 CNetMgr* CNetMgr::_instance = NULL;
1580 CNetMgr* CNetMgr::Instance (void) in Instance()
1584 _instance = new CNetMgr(); in Instance()
1590 void CNetMgr::Destroy() in Destroy()
1609 void CNetMgr::InsertNetItem(CNetHandler* item) in InsertNetItem()
1696 void CNetMgr::DeleteDestLink(CDestLinks* dst) in DeleteDestLink()
1703 CNetMgr::CNetMgr() in CNetMgr() function in CNetMgr
1712 CNetMgr::~CNetMgr() in ~CNetMgr()
[all …]
H A Dmt_net.h463 class CNetMgr
467 static CNetMgr* Instance (void);
487 ~CNetMgr();
525 CNetMgr();
527 static CNetMgr * _instance;
H A Dmicro_thread.cpp744 CNetMgr::Instance()->RecycleObjs(now); in CheckExpired()