Searched refs:heap_insert (Results 1 – 7 of 7) sorted by relevance
35 #define heap_insert __heap_insert macro44 int heap_insert(heap_context, void *);
52 HEAP_EXPORT(void heap_insert(struct heap* heap,106 HEAP_EXPORT(void heap_insert(struct heap* heap, in HEAP_EXPORT()
89 heap_insert(timer_heap(handle->loop), in uv_timer_start()
148 heap_insert(heap_context ctx, void *elt) { in heap_insert() function
213 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
230 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()