文件描述符共1篇
Linux poll详解-不念博客

Linux poll详解

poll 函数用于检测一组文件描述符(File Descriptor, fd)上的可读可写和出错事件,其函数签名如下: #include <poll.h> int poll(struct pollfd* fds, nfds_t nfds, int timeout); 参数...
不念的头像-不念博客不念9个月前
356