Searched refs:heap_insert (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dheap.h35 #define heap_insert __heap_insert macro
44 int heap_insert(heap_context, void *);
/netbsd-current/lib/libc/include/isc/
H A Dheap.h35 #define heap_insert __heap_insert macro
44 int heap_insert(heap_context, void *);
/netbsd-current/external/mit/libuv/dist/src/
H A Dheap-inl.h52 HEAP_EXPORT(void heap_insert(struct heap* heap,
106 HEAP_EXPORT(void heap_insert(struct heap* heap,
H A Dtimer.c89 heap_insert(timer_heap(handle->loop),
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dheap.c148 heap_insert(heap_context ctx, void *elt) { function
H A Dev_timers.c213 if (heap_insert(ctx->timers, id) < 0)
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dph.c215 heap_insert(&heap, &nodes[k]);
/netbsd-current/lib/libc/isc/
H A Dev_timers.c230 if (heap_insert(ctx->timers, id) < 0)

Completed in 551 milliseconds