Home
last modified time | relevance | path

Searched refs:epitemPool (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c437 if (g_spunge->epitemPool != FILLP_NULL_PTR) { in FtFreeEpollResource()
438 DympDestroyPool(g_spunge->epitemPool); in FtFreeEpollResource()
439 g_spunge->epitemPool = FILLP_NULL_PTR; in FtFreeEpollResource()
451 …g_spunge->epitemPool = DympCreatePool(FILLP_EPOLL_ITEM_INIT_NUM, (int)g_spunge->resConf.maxEpollEv… in FtAllocateEpollResource()
453 if (g_spunge->epitemPool == FILLP_NULL_PTR) { in FtAllocateEpollResource()
457 DympSetConsSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()
458 DympSetProdSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h140 DympoolType *epitemPool; /* epitem */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c125 FILLP_INT ret = DympAlloc(g_spunge->epitemPool, (void **)&epi, FILLP_FALSE); in EpollMallocEpitem()