Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-getsockname.c58 static void after_shutdown(uv_shutdown_t* req, int status) { in after_shutdown() function
75 r = uv_shutdown(req, handle, after_shutdown); in after_read()
H A Decho-server.c67 static void after_shutdown(uv_shutdown_t* req, int status) { in after_shutdown() function
95 ASSERT_OK(uv_shutdown(sreq, handle, after_shutdown)); in after_read()

Completed in 5 milliseconds