HomeSort by: relevance | last modified time | path
    Searched defs:uv_fs_close (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fs.c 1685 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE ||
1814 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { function
  /src/external/mit/libuv/dist/src/win/
fs.c 3241 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { function
3242 INIT(UV_FS_CLOSE);

Completed in 18 milliseconds