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

Function timer_heap

Utilities/cmlibuv/src/timer.c:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29static struct heap *timer_heap(const uv_loop_t* loop) {
30#ifdef _WIN32
31 return (struct heap*) loop->timer_heap;
32#else
33 return (struct heap*) &loop->timer_heap;
34#endif
35}
36
37
38static int timer_less_than(const struct heap_node* ha,

Callers 4

uv_timer_startFunction · 0.85
uv_timer_stopFunction · 0.85
uv__next_timeoutFunction · 0.85
uv__run_timersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…