Home
last modified time | relevance | path

Searched defs:heap_node (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/
H A Dheap-inl.h27 struct heap_node { struct
28 struct heap_node* left; argument
29 struct heap_node* right; argument
30 struct heap_node* parent; argument
H A Dtimer.c143 const struct heap_node* heap_node; in uv__next_timeout() local
164 struct heap_node* heap_node; in uv__run_timers() local