Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h68 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c46 DympSetConsSafe((DympoolType *)pool, consSafe); in FillbufItemPoolSetConflictSafe()
H A Dspunge_core.c281 DympSetConsSafe(inst->msgPool, FILLP_TRUE); in SpungeInstMsgBoxInit()
457 DympSetConsSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()
467 DympSetConsSafe(g_spunge->eventpollPool, FILLP_TRUE); in FtAllocateEpollResource()
653 DympSetConsSafe(g_spunge->netPool, FILLP_TRUE); in FtInitGlobalNetPool()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c110 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetConsSafe() function