Home
last modified time | relevance | path

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

/third_party/libuv/src/
Dheap-inl.h28 struct heap_node { struct
29 struct heap_node* left; argument
30 struct heap_node* right; argument
31 struct heap_node* parent; argument
Dtimer.c163 const struct heap_node* heap_node; in uv__next_timeout() local
184 struct heap_node* heap_node; in uv__run_timers() local