Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.h42 typedef TAILQ_ENTRY(MtMsgBuf) MsgBufLink;
44 class MtMsgBuf
58 MtMsgBuf(int max_len) { in MtMsgBuf() function
67 ~MtMsgBuf() { in ~MtMsgBuf()
136 MtMsgBuf* ptr = NULL; in ~MsgBufMap()
137 MtMsgBuf* tmp = NULL; in ~MsgBufMap()
148 MtMsgBuf* GetMsgBuf(){ in GetMsgBuf()
149 MtMsgBuf* ptr = NULL; in GetMsgBuf()
161 void FreeMsgBuf(MtMsgBuf* ptr){ in FreeMsgBuf()
198 MtMsgBuf* GetMsgBuf(int max_size);
[all …]
H A Dmt_action.cpp107 MtMsgBuf* msg_buff = msgmgr->GetMsgBuf(max_len); in InitConnEnv()
138 MtMsgBuf* msg_buff = NULL; in DoEncode()
161 MtMsgBuf* msg_buff = NULL; in DoInput()
183 MtMsgBuf* msg_buff = NULL; in DoProcess()
H A Dmt_mbuf_pool.cpp78 MtMsgBuf* MsgBuffPool::GetMsgBuf(int max_size) in GetMsgBuf()
110 void MsgBuffPool::FreeMsgBuf(MtMsgBuf* msg_buf) in FreeMsgBuf()
H A Dmt_connection.h75 void SetMtMsgBuff(MtMsgBuf* msg_buf) { in SetMtMsgBuff()
79 MtMsgBuf* GetMtMsgBuff() { in GetMtMsgBuff()
100 MtMsgBuf* _msg_buff;
H A Dmt_notify.h113 MtMsgBuf* _msg_buff;
H A Dmt_notify.cpp207 MtMsgBuf* msg = conn->GetMtMsgBuff(); in InputNotify()