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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-poll.c206 static void connection_poll_cb(uv_poll_t* handle, int status, int events) { function
286 uv_poll_start(&context->poll_handle, UV_WRITABLE, connection_poll_cb);
287 uv_poll_start(&context->poll_handle, UV_READABLE, connection_poll_cb);
387 connection_poll_cb);
390 connection_poll_cb);
430 uv_poll_start(handle, new_events, connection_poll_cb);
456 connection_poll_cb);
512 connection_poll_cb);
556 connection_poll_cb);

Completed in 217 milliseconds