Searched refs:EventPoll (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | epoll.h | 30 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 D | sockets.h | 106 struct EventPoll *eventEpoll;
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 31 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 D | epoll.c | 26 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 D | spunge_stack.c | 194 struct EventPoll *ep = (sock->eventEpoll); in SpungEpollClose()
|
H A D | spunge_core.c | 461 sizeof(struct EventPoll), FILLP_TRUE, &itemOperaCb); in FtAllocateEpollResource()
|