Searched refs:uv_fs_fsync (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c301 ASSERT(0 == uv_fs_fsync(loop, reqs + n++, 0, fs_cb));
H A Dtest-fs.c473 r = uv_fs_fsync(loop, &fsync_req, open_req1.result, fsync_cb);
4155 r = uv_fs_fsync(NULL, NULL, 0, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1452 UV_EXTERN int uv_fs_fsync(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1883 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3272 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { function

Completed in 128 milliseconds