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 D | epoll_app.c | 494 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 D | spunge_app.c | 114 void SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT epFd) in SpungeDelEpInstFromFtSocket() argument 121 if (sock->associatedEpollInstanceArr[i] == epFd) { in SpungeDelEpInstFromFtSocket()
|
H A D | api.c | 295 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 D | epoll_app.h | 24 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 D | spunge_app.h | 36 void SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT epFd);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 309 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,
|