HomeSort by: relevance | last modified time | path
    Searched defs:uv__read (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
stream.c 75 static void uv__read(uv_stream_t* stream);
260 * before the actual `uv__read()`, leading to the blocking syscall
1025 static void uv__read(uv_stream_t* stream) { function
1208 uv__read(stream);
1214 * events and uv__read() reported a partial read but not EOF. If the EOF
1215 * flag is set, uv__read() called read_cb with err=UV_EOF and we don't

Completed in 172 milliseconds