Searched defs:epFd (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 492 static struct FtSocket *SpungeGetEpollSocketByFd(FILLP_INT epFd) in SpungeGetEpollSocketByFd() 562 FILLP_INT epFd, in SpungeEpollCtlHandleAddEvent() 608 FILLP_INT epFd, in SpungeEpollCtlHandleDelEvent() 660 static FILLP_INT SpungeEpollCtlParaChk(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, in SpungeEpollCtlParaChk() 681 FILLP_INT SpungeEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpoll… in SpungeEpollCtl() 736 FILLP_INT SpungeEpollFindRemove(FILLP_INT epFd, FILLP_INT fd) in SpungeEpollFindRemove() 794 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL… in SpungeEpollWait()
|
H A D | spunge_app.c | 114 void SpungeDelEpInstFromFtSocket(struct FtSocket *sock, FILLP_INT 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() 300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait()
|