Searched refs:uv_errno (Results 1 - 3 of 3) sorted by relevance
/third_party/libuv/test/ |
H A D | test-pipe-set-non-blocking.c | 35 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()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 87 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ 89 req->result = (uv_errno); \
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 82 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ 84 req->result = (uv_errno); \
|
Completed in 9 milliseconds