Lines Matching full:timeout
38 * timeout - Time out (in milliseconds) to wait for the connection to occur.
42 SyncSocket* syncsocket_connect(int fd, SockAddress* sockaddr, int timeout);
144 * timeout - Timeout (in milliseconds) to complete the reading.
148 ssize_t syncsocket_read(SyncSocket* ssocket, void* buf, size_t size, int timeout);
179 * timeout - Timeout (in milliseconds) to complete the writing.
186 int timeout);
212 * timeout - Timeout (in milliseconds) to complete the reading.
220 int timeout);