Searched refs:uv_errno (Results 1 – 3 of 3) sorted by relevance
/third_party/libuv/test/ |
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/node/deps/uv/src/win/ |
D | fs.c | 82 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ argument 84 req->result = (uv_errno); \
|
/third_party/libuv/src/win/ |
D | fs.c | 82 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ argument 84 req->result = (uv_errno); \
|