Searched refs:MOS_EPOLL_CTL_DEL (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_epoll.h | 14 MOS_EPOLL_CTL_DEL = 2, enumerator
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_epoll.h | 14 MOS_EPOLL_CTL_DEL = 2, enumerator
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | fdevent_libmtcp.c | 38 if (0 != mtcp_epoll_ctl(ev->srv->mctx, ev->epoll_fd, MOS_EPOLL_CTL_DEL, fd, NULL/*&ep*/)) { in fdevent_libmtcp_epoll_event_del()
|
| /mOS-networking-stack/core/src/ |
| H A D | eventpoll.c | 277 if (!ep || (!event && op != MOS_EPOLL_CTL_DEL)) { in mtcp_epoll_ctl() 325 } else if (op == MOS_EPOLL_CTL_DEL) { in mtcp_epoll_ctl()
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 115 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_DEL, sockid, NULL); in CloseConnection()
|
| H A D | epserver.c | 116 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_DEL, sockid, NULL); in CloseConnection()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 215 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_DEL, sockid, NULL); in CloseConnection()
|
| H A D | epwget-mp.c | 214 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_DEL, sockid, NULL); in CloseConnection()
|