Home
last modified time | relevance | path

Searched refs:async_req (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc5 struct async_req { struct
15 async_req* req = reinterpret_cast<async_req*>(r->data); in DoAsync()
23 async_req* req = reinterpret_cast<async_req*>(r->data); in AfterAsync()
64 async_req* req = new async_req; in Method()
/third_party/libuv/test/
H A Dbenchmark-fs-stat.c39 struct async_req { struct
86 struct async_req* req = container_of(fs_req, struct async_req, fs_req); in stat_cb()
95 struct async_req reqs[MAX_CONCURRENT_REQS]; in async_bench()
96 struct async_req* req; in async_bench()
/third_party/libuv/src/win/
H A 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/node/deps/uv/src/win/
H A 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/
H A Dwin.h562 struct uv_req_s async_req; \
/third_party/node/deps/uv/include/uv/
H A Dwin.h558 struct uv_req_s async_req; \

Completed in 5 milliseconds