Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c480 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()
619 if (g_spunge->instPool == FILLP_NULL_PTR) { 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 = FILLP_NULL_PTR; in FtFreeGlobalSpunge()
820 if (g_spunge->instPool[i].hasInited == 0) { in SpungZeroInstance()
871 (void)SYS_ARCH_SEM_WAIT(&g_spunge->instPool[i].threadSem); in FtDestroyInner()
872 g_spunge->instPool[i].waitTobeCoreKilled = FILLP_TRUE; in FtDestroyInner()
[all …]
/ohos5.0/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])
/ohos5.0/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()