Home
last modified time | relevance | path

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

/third_party/libuv/src/
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
/third_party/grpc/test/core/end2end/
Dcq_verifier_uv.cc54 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() function
60 uv_close((uv_handle_t*)&v->timer, timer_close_cb); in cq_verifier_destroy()
/third_party/libuv/test/
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()
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()