Home
last modified time | relevance | path

Searched refs:retry_on_eintr (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c1568 int retry_on_eintr; in uv__fs_work() local
1573 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
1624 } while (r == -1 && errno == EINTR && retry_on_eintr); in uv__fs_work()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1698 int retry_on_eintr; in uv__fs_work() local
1703 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
1754 } while (r == -1 && errno == EINTR && retry_on_eintr); in uv__fs_work()

Completed in 6 milliseconds