|
| void | WatchRead (SOCKET fd) |
| | 添加文件描述符以监视读取 更多...
|
| |
| void | WatchRead (xgboost::collective::TCPSocket const &socket) |
| |
| void | WatchWrite (SOCKET fd) |
| | 添加文件描述符以监视写入 更多...
|
| |
| void | WatchWrite (xgboost::collective::TCPSocket const &socket) |
| |
| void | WatchException (SOCKET fd) |
| | 添加文件描述符以监视异常 更多...
|
| |
| void | WatchException (xgboost::collective::TCPSocket const &socket) |
| |
| bool | CheckRead (SOCKET fd) const |
| | 检查描述符是否准备好读取。 更多...
|
| |
| bool | CheckRead (xgboost::collective::TCPSocket const &socket) const |
| |
| bool | CheckWrite (SOCKET fd) const |
| | 检查描述符是否准备好写入。 更多...
|
| |
| bool | CheckWrite (xgboost::collective::TCPSocket const &socket) const |
| |
| xgboost::collective::Result | Poll (std::chrono::seconds timeout, bool check_error=true) |
| | 对定义的集合、读取、写入、异常执行轮询 更多...
|
| |