Searched refs:heap_remove_top (Results 1 – 3 of 3) sorted by relevance
32 void *heap_remove_top (struct heap *heap) _GL_ATTRIBUTE_NONNULL ();
94 heap_remove_top (struct heap *heap) in heap_remove_top() function
3492 while (! (node = heap_remove_top (queue->priority_queue))) in queue_pop()