Lines Matching refs:uv_handle_t
54 static void timer_close_cb(uv_handle_t* handle);
60 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL);
75 if (uv_is_active((uv_handle_t*)handle))
119 if (!uv_is_active((uv_handle_t*)handle))
129 if (uv_is_active((uv_handle_t*)&ctx->timer_handle))
130 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb);
142 if (!uv_is_active((uv_handle_t*)handle)) {
168 uv__make_close_pending((uv_handle_t*)handle);
194 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle))
220 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle)) {
221 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb);
234 static void timer_close_cb(uv_handle_t* timer) {
245 uv__make_close_pending((uv_handle_t*)handle);