Home
last modified time | relevance | path

Searched refs:EventPoll (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h30 struct EventPoll { struct
61 struct EventPoll *ep; argument
87 void EpSocketReady(struct EventPoll *scb, struct EpItem *epiItem);
88 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi);
H A Dsockets.h106 struct EventPoll *eventEpoll;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c31 static struct EpItem *EpFind(struct EventPoll *ep, FILLP_INT fd) in EpFind()
58 static void EpRbtreeInsert(struct EventPoll *ep, struct EpItem *epi) in EpRbtreeInsert()
101 struct EventPoll *ep, in EpollCtlTriggleEvent()
146 struct EventPoll *ep, in EpModify()
184 static FILLP_INT EpUnlink(struct EventPoll *ep, struct EpItem *epi) in EpUnlink()
273 struct EventPoll *ep, in EpGetEventsAndSignal()
339 struct EventPoll *ep = sock->eventEpoll; in EpPoll()
396 static struct EventPoll *EpollMallocEventpoll() in EpollMallocEventpoll()
398 struct EventPoll *ep = FILLP_NULL_PTR; in EpollMallocEventpoll()
441 struct EventPoll *ep, in EpInsert()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Depoll.c26 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi) in EpDelRdlnode()
39 void EpSocketReady(struct EventPoll *scb, struct EpItem *epiItem) in EpSocketReady()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c194 struct EventPoll *ep = (sock->eventEpoll); in SpungEpollClose()
H A Dspunge_core.c461 sizeof(struct EventPoll), FILLP_TRUE, &itemOperaCb); in FtAllocateEpollResource()