Home
last modified time | relevance | path

Searched refs:uv_errno (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-pipe-set-non-blocking.c35 int uv_errno; in thread_main() local
44 uv_errno = uv_fs_read(NULL, &req, ctx->fd, bufs, 1, -1, NULL); in thread_main()
47 } while (n > 0 || (n == -1 && uv_errno == UV_EINTR)); in thread_main()
/libuv/src/win/
H A Dfs.c98 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ argument
100 req->result = (uv_errno); \

Completed in 14 milliseconds