poll, ppoll
摘要:
poll,ppoll poll, ppoll - 等待文件描述符的一些事件 SYNOPSIS #include <poll.h> int poll(struct pollfd *fds, nfds_t nfds, int timeout); #define _GNU_SOURCE /* 阅读全文
posted @ 2018-12-05 11:49 eyusgua 阅读(1302) 评论(0) 推荐(0) 编辑