Searched refs:heap_node (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/
H A Dtimer.c38 static int timer_less_than(const struct heap_node* ha,
39 const struct heap_node* hb) {
43 a = container_of(ha, uv_timer_t, heap_node);
44 b = container_of(hb, uv_timer_t, heap_node);
90 (struct heap_node*) &handle->heap_node,
103 (struct heap_node*) &handle->heap_node,
143 const struct heap_node* heap_node; local
164 struct heap_node* heap_node; local
[all...]
H A Dheap-inl.h27 struct heap_node { struct
28 struct heap_node* left;
29 struct heap_node* right;
30 struct heap_node* parent;
41 struct heap_node* min;
46 typedef int (*heap_compare_fn)(const struct heap_node* a,
47 const struct heap_node* b);
51 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap));
53 struct heap_node* newnode,
56 struct heap_node* nod
[all...]
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dunix.h332 void* heap_node[3]; \
H A Dwin.h550 void* heap_node[3]; \

Completed in 80 milliseconds