async_req         494 include/uv-win.h   struct uv_req_s async_req;                                                  \
async_req          47 src/win/async.c   req = &handle->async_req;
async_req          80 src/win/async.c     POST_COMPLETION_FOR_REQ(loop, &handle->async_req);
async_req          85 test/benchmark-fs-stat.c   struct async_req* req = container_of(fs_req, struct async_req, fs_req);
async_req          94 test/benchmark-fs-stat.c   struct async_req reqs[MAX_CONCURRENT_REQS];
async_req          95 test/benchmark-fs-stat.c   struct async_req* req;