| 72 | } |
| 73 | |
| 74 | bool ostream::write_wait(int timeo) const |
| 75 | { |
| 76 | return acl_write_wait_ms(ACL_VSTREAM_SOCK(stream_), timeo) == 0; |
| 77 | } |
| 78 | |
| 79 | int ostream::writev(const struct iovec *v, int count, bool loop /* = true */) |
| 80 | { |
nothing calls this directly
no test coverage detected