Searched refs:timer_close_cb (Results 1 – 3 of 3) sorted by relevance
44 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() function64 uv_close((uv_handle_t*)handle, timer_close_cb); in timer_cb()
126 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() function134 uv_close((uv_handle_t*) handle, timer_close_cb); in timer_cb()
54 static void timer_close_cb(uv_handle_t* handle);130 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb); in uv_fs_poll_stop()221 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb); in poll_cb()234 static void timer_close_cb(uv_handle_t* timer) { in timer_close_cb() function
Completed in 9 milliseconds