HomeSort by: relevance | last modified time | path
    Searched refs:timer_close_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-connection-fail.c 44 static void timer_close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*)handle, timer_close_cb);
test-shutdown-eof.c 126 static void timer_close_cb(uv_handle_t* handle) { function
134 uv_close((uv_handle_t*) handle, timer_close_cb);
  /src/external/mit/libuv/dist/src/
fs-poll.c 54 static void timer_close_cb(uv_handle_t* timer);
130 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb);
224 uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb);
237 static void timer_close_cb(uv_handle_t* timer) { function

Completed in 20 milliseconds