Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c705 static void open_loop_cb(uv_fs_t* req) { in open_loop_cb() function
793 r = uv_fs_open(loop, &req, "test_symlink", O_RDONLY, 0, open_loop_cb); in TEST_IMPL()