Searched refs:MOS_EPOLL_CTL_ADD (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_epoll.h | 13 MOS_EPOLL_CTL_ADD = 1, enumerator
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_epoll.h | 13 MOS_EPOLL_CTL_ADD = 1, enumerator
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | fdevent_libmtcp.c | 77 …if (0 != mtcp_epoll_ctl(ev->srv->mctx, ev->epoll_fd, add ? MOS_EPOLL_CTL_ADD : MOS_EPOLL_CTL_MOD, … in fdevent_libmtcp_epoll_event_set()
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 291 mtcp_epoll_ctl(mctx, ctx->ep, MOS_EPOLL_CTL_ADD, c, &ev); in AcceptConnection() 345 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_ADD, listener, &ev); in CreateListeningSocket()
|
| H A D | epserver.c | 292 mtcp_epoll_ctl(mctx, ctx->ep, MOS_EPOLL_CTL_ADD, c, &ev); in AcceptConnection() 346 mtcp_epoll_ctl(ctx->mctx, ctx->ep, MOS_EPOLL_CTL_ADD, listener, &ev); in CreateListeningSocket()
|
| /mOS-networking-stack/core/src/ |
| H A D | eventpoll.c | 283 if (op == MOS_EPOLL_CTL_ADD) { in mtcp_epoll_ctl()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 207 mtcp_epoll_ctl(mctx, ctx->ep, MOS_EPOLL_CTL_ADD, sockid, &ev); in CreateConnection()
|
| H A D | epwget-mp.c | 206 mtcp_epoll_ctl(mctx, ctx->ep, MOS_EPOLL_CTL_ADD, sockid, &ev); in CreateConnection()
|