Home
last modified time | relevance | path

Searched refs:timer_close_cb (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-connection-fail.c44 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() function
64 uv_close((uv_handle_t*)handle, timer_close_cb); in timer_cb()
H A Dtest-shutdown-eof.c126 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() function
134 uv_close((uv_handle_t*) handle, timer_close_cb); in timer_cb()
/libuv/src/
H A Dfs-poll.c54 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