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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-poll.c177 static void connection_close_cb(uv_handle_t* handle) { function
201 uv_close((uv_handle_t*) &context->poll_handle, connection_close_cb);
202 uv_close((uv_handle_t*) &context->timer_handle, connection_close_cb);

Completed in 93 milliseconds