Esempio 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();
		}
Esempio n. 3
0
		private static extern int sys_epoll_ctl (int epfd, EpollOp op, int fd, ref EpollEvent ee);