Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1696 int retry_on_eintr; in uv__fs_work() local
1701 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
1752 } while (r == -1 && errno == EINTR && retry_on_eintr); in uv__fs_work()

Completed in 8 milliseconds