Home
last modified time | relevance | path

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

/third_party/libuv/test/
Decho-server.c73 static void on_shutdown(uv_shutdown_t* req, int status) { in on_shutdown() function
142 ASSERT_EQ(0, uv_shutdown(malloc(sizeof* sreq), handle, on_shutdown)); in after_read()