Lines Matching defs:handle
7 static void poll_cb(uv_poll_t* handle, int status, int events) {
11 uv_poll_stop(handle);
12 event = uv_handle_get_data((uv_handle_t*) handle);
18 state = uv_loop_get_data(handle->loop);
23 static void timeout_cb(uv_timer_t* handle) {
27 state = uv_loop_get_data(handle->loop);
189 wrap and poll handle from the first descriptor. The reasons are that libuv
205 don't do any polling with the handle. */
213 /* The fd is valid, so setup the poll handle. */
220 do any polling with the handle. */