Searched refs:uv_errno (Results 1 – 2 of 2) sorted by relevance
35 int uv_errno; in thread_main() local44 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()
98 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ argument100 req->result = (uv_errno); \
Completed in 17 milliseconds