Home
last modified time | relevance | path

Searched refs:eventpollPool (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h141 DympoolType *eventpollPool; /* eventpoll */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c442 if (g_spunge->eventpollPool != FILLP_NULL_PTR) { in FtFreeEpollResource()
443 DympDestroyPool(g_spunge->eventpollPool); in FtFreeEpollResource()
444 g_spunge->eventpollPool = FILLP_NULL_PTR; in FtFreeEpollResource()
460 g_spunge->eventpollPool = DympCreatePool(FILLP_EPOLL_ITEM_INIT_NUM, (int)g_spunge->resConf.maxEpollEventNum, in FtAllocateEpollResource()
462 if (g_spunge->eventpollPool == FILLP_NULL_PTR) { in FtAllocateEpollResource()
464 FILLP_LOGERR("create Dym pool for g_spunge->eventpollPool failed"); in FtAllocateEpollResource()
467 DympSetConsSafe(g_spunge->eventpollPool, FILLP_TRUE); in FtAllocateEpollResource()
468 DympSetProdSafe(g_spunge->eventpollPool, FILLP_TRUE); in FtAllocateEpollResource()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c399 FILLP_INT ret = DympAlloc(g_spunge->eventpollPool, (void **)&ep, FILLP_FALSE); in EpollMallocEventpoll()

Completed in 6 milliseconds