Searched refs:reqs (Results 1 – 4 of 4) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 38 void* reqs; member 201 uv_getaddrinfo_t reqs[4]; in TEST_IMPL() local 207 INIT_CANCEL_INFO(&ci, reqs); in TEST_IMPL() 234 uv_getnameinfo_t reqs[4]; in TEST_IMPL() local 243 INIT_CANCEL_INFO(&ci, reqs); in TEST_IMPL() 294 uv_work_t reqs[16]; in TEST_IMPL() local 298 INIT_CANCEL_INFO(&ci, reqs); in TEST_IMPL() 302 for (i = 0; i < ARRAY_SIZE(reqs); i++) in TEST_IMPL() 318 uv_fs_t reqs[26]; in TEST_IMPL() local 323 INIT_CANCEL_INFO(&ci, reqs); in TEST_IMPL() [all …]
|
H A D | benchmark-fs-stat.c | 47 uv_fs_t reqs[MAX_CONCURRENT_REQS]; in warmup() local 51 for (i = 0; i < ARRAY_SIZE(reqs); i++) in warmup() 52 uv_fs_stat(uv_default_loop(), reqs + i, path, uv_fs_req_cleanup); in warmup() 58 sync_stat(reqs + 0, path); in warmup() 95 struct async_req reqs[MAX_CONCURRENT_REQS]; in async_bench() local 106 for (req = reqs; req < reqs + i; req++) { in async_bench()
|
H A D | test-watcher-cross-stop.c | 36 static uv_udp_send_t reqs[ARRAY_SIZE(sockets)]; variable 89 ASSERT_OK(uv_udp_send(&reqs[i], in TEST_IMPL()
|
/libuv/ |
H A D | ChangeLog | 3128 * unix,windows: return UV_EINVAL on NULL fs reqs (cjihrig)
|
Completed in 17 milliseconds