MCPcopy Create free account
hub / github.com/Kitware/CMake / uv__timer_close

Function uv__timer_close

Utilities/cmlibuv/src/timer.c:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void uv__timer_close(uv_timer_t* handle) {
184 uv_timer_stop(handle);
185}

Callers 2

uv_closeFunction · 0.85
uv__process_endgamesFunction · 0.85

Calls 1

uv_timer_stopFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…