snifer

【原创】Linux系统Poll和select操作

学过linux的同学都知道,Poll和select操作非常重要,今天就简单写写这方面的内容。poll和select操作:进程中调用poll和select操来查询打开的I/O设备文件是否可做非阻塞读写驱动程序中unsignedint(*poll)(structfile*,poll_table*)来实现poll和select操作通过poll_wait可