Exemplo n.º 1
0
 private static int sys_epoll_ctl(int epfd, EpollOp op, int fd, ref EpollEvent ee)
 {
     throw new System.NotImplementedException();
 }
		private static int sys_epoll_ctl (int epfd, EpollOp op, int fd, ref EpollEvent ee)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 3
0
		private static extern int sys_epoll_ctl (int epfd, EpollOp op, int fd, ref EpollEvent ee);