5 references to epoll_ctl
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
TlsEventPump.cs (4)
240
int result = NativeTls.
epoll_ctl
(_epollFd, NativeTls.EPOLL_CTL_ADD, listenFd, ref ev);
289
if (NativeTls.
epoll_ctl
(_epollFd, NativeTls.EPOLL_CTL_MOD, fd, ref ev) < 0)
341
if (NativeTls.
epoll_ctl
(_epollFd, NativeTls.EPOLL_CTL_MOD, fd, ref ev) < 0)
1072
if (NativeTls.
epoll_ctl
(_epollFd, NativeTls.EPOLL_CTL_ADD, fd, ref ev) < 0)
TlsEventPump.UserCallbacks.cs (1)
78
if (NativeTls.
epoll_ctl
(_epollFd, NativeTls.EPOLL_CTL_ADD, wakeupFd, ref wakeupEvent) < 0)