Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Depoll.c32 HlistDelete(&ep->rdList, &epi->rdlNode); in EpDelRdlnode()
46 HlistAddTail(&scb->rdList, &epiItem->rdlNode); in EpSocketReady()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h31 struct Hlist rdList; /* epitem(ready fd) list */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c291 node = HLIST_FIRST(&ep->rdList); in EpGetEventsAndSignal()
423 HLIST_INIT(&ep->rdList); in EpollMallocEventpoll()