Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c494 struct FtSocket *epollSock = SockGetSocket(epFd); in SpungeGetEpollSocketByFd()
510 epFd, epollSock->allocState); in SpungeGetEpollSocketByFd()
562 FILLP_INT epFd, in SpungeEpollCtlHandleAddEvent() argument
608 FILLP_INT epFd, in SpungeEpollCtlHandleDelEvent() argument
629 SpungeDelEpInstFromFtSocket(sock, epFd); in SpungeEpollCtlHandleDelEvent()
672 epFd, op, fd, event->events, event->data.u64); in SpungeEpollCtlParaChk()
693 epollSock = SpungeGetEpollSocketByFd(epFd); in SpungeEpollCtl()
742 struct FtSocket *epollSock = SockGetSocket(epFd); in SpungeEpollFindRemove()
758 epFd, epollSock->allocState); in SpungeEpollFindRemove()
786 SpungeDelEpInstFromFtSocket(sock, epFd); in SpungeEpollFindRemove()
[all …]
H A Dspunge_app.c114 void SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT epFd) in SpungeDelEpInstFromFtSocket() argument
121 if (sock->associatedEpollInstanceArr[i] == epFd) { in SpungeDelEpInstFromFtSocket()
H A Dapi.c295 FILLP_INT DLL_API FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeE… in FtEpollCtl() argument
297 return SpungeEpollCtl(epFd, op, fd, event); in FtEpollCtl()
300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait() argument
302 return SpungeEpollWait(epFd, events, maxEvents, timeout); in FtEpollWait()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Depoll_app.h24 FILLP_INT SpungeEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpoll…
25 FILLP_INT SpungeEpollFindRemove(FILLP_INT epFd, FILLP_INT fd);
26 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL…
H A Dspunge_app.h36 void SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT epFd);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h309 extern FILLP_INT DLL_API FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd,
333 extern FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events,