Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_wrap.h110 static void AfterUvShutdown(uv_shutdown_t* req, int status);
Dstream_wrap.cc317 return req_wrap->Dispatch(uv_shutdown, stream(), AfterUvShutdown); in DoShutdown()
321 void LibuvStreamWrap::AfterUvShutdown(uv_shutdown_t* req, int status) { in AfterUvShutdown() function in node::LibuvStreamWrap