Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h143 struct SpungeInstance *instPool; member
147 #define SPUNGE_GET_CUR_INSTANCE() (&g_spunge->instPool[0])
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c479 (void)memset_s(&g_spunge->instPool[i], sizeof(struct SpungeInstance), 0, sizeof(struct SpungeInstance)); in SpungeAllocInstRes()
480 g_spunge->instPool[i].instIndex = (FILLP_INT)i; in SpungeAllocInstRes()
481 err = SpungeInstInit(&g_spunge->instPool[i]); in SpungeAllocInstRes()
493 g_spunge->instPool[j].waitTobeCoreKilled = FILLP_TRUE; in SpungeAllocInstRes()
617 g_spunge->instPool = (struct SpungeInstance *)SpungeAlloc(g_spunge->insNum, sizeof(struct SpungeInstance), in FtInitGlobalInstPool()
619 if (g_spunge->instPool == FILLP_NULL_PTR) { in FtInitGlobalInstPool()
620 FILLP_LOGERR("Malloc g_spunge->instPool failed"); in FtInitGlobalInstPool()
690 if (g_spunge->instPool != FILLP_NULL_PTR) { in FtFreeGlobalSpunge()
691 SpungeFree(g_spunge->instPool, SPUNGE_ALLOC_TYPE_MALLOC); in FtFreeGlobalSpunge()
692 g_spunge->instPool in FtFreeGlobalSpunge()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c36 sock->inst = &g_spunge->instPool[0]; /* Alloc should be always in the first instance */ in SpungeInitSocket()
H A Dapi.c1534 return (FILLP_ULLONG)g_spunge->instPool[instInx].curTime; in FtGetStackTime()

Completed in 5 milliseconds