Home
last modified time | relevance | path

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

/third_party/node/test/addons/async-hello-world/
Dbinding.cc12 struct async_req { struct
22 async_req* req = reinterpret_cast<async_req*>(r->data); in DoAsync() argument
34 async_req* req = reinterpret_cast<async_req*>(r->data); in AfterAsync()
75 async_req* req = new async_req; in Method()
/third_party/libuv/test/
Dbenchmark-fs-stat.c39 struct async_req { struct
85 struct async_req* req = container_of(fs_req, struct async_req, fs_req); in stat_cb()
94 struct async_req reqs[MAX_CONCURRENT_REQS]; in async_bench()
95 struct async_req* req; in async_bench()
/third_party/libuv/src/win/
Dasync.c47 req = &handle->async_req; in uv_async_init()
79 POST_COMPLETION_FOR_REQ(loop, &handle->async_req); in uv_async_send()
/third_party/libuv/include/uv/
Dwin.h552 struct uv_req_s async_req; \