Home
last modified time | relevance | path

Searched refs:msgPool (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h96 void SpungeMsgPoolDestroy(DympoolType *msgPool);
H A Dspunge.h95 DympoolType *msgPool; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c32 if ((inst == FILLP_NULL_PTR) || (value == FILLP_NULL_PTR) || (inst->msgPool == FILLP_NULL_PTR)) { in SpungePostMsg()
37 err = DympAlloc(inst->msgPool, (void **)&msg, FILLP_FALSE); in SpungePostMsg()
905 void SpungeMsgPoolDestroy(DympoolType *msgPool) in SpungeMsgPoolDestroy() argument
907 DympDestroyPool(msgPool); in SpungeMsgPoolDestroy()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c275 inst->msgPool = SpungeMsgCreatePool(FILLP_MSG_ITEM_INIT_NUM, (int)g_spunge->resConf.maxMsgItemNum); in SpungeInstMsgBoxInit()
276 if (inst->msgPool == FILLP_NULL_PTR) { in SpungeInstMsgBoxInit()
281 DympSetConsSafe(inst->msgPool, FILLP_TRUE); in SpungeInstMsgBoxInit()
282 DympSetProdSafe(inst->msgPool, FILLP_TRUE); in SpungeInstMsgBoxInit()
551 if (inst->msgPool != FILLP_NULL_PTR) { in SpungeFreeInstanceResource()
552 SpungeMsgPoolDestroy(inst->msgPool); in SpungeFreeInstanceResource()
553 inst->msgPool = FILLP_NULL_PTR; in SpungeFreeInstanceResource()

Completed in 5 milliseconds