Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp110 void MsgBuffPool::FreeMsgBuf(MtMsgBuf* msg_buf) in FreeMsgBuf() function in MsgBuffPool
130 msg_map->FreeMsgBuf(msg_buf); in FreeMsgBuf()
H A Dmt_notify.cpp182 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
192 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
203 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
209 MsgBuffPool::Instance()->FreeMsgBuf(msg); in InputNotify()
H A Dmt_mbuf_pool.h161 void FreeMsgBuf(MtMsgBuf* ptr){ in FreeMsgBuf() function
200 void FreeMsgBuf(MtMsgBuf* msg_buf);
H A Dmt_connection.cpp55 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in ~IMtConnection()
68 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in Reset()