HomeSort by relevance Sort by last modified time
    Searched refs:heap_context (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/isc/
heap.h 24 typedef struct heap_context { struct
31 } *heap_context; typedef in typeref:struct:heap_context
42 heap_context heap_new(heap_higher_priority_func, heap_index_func, int);
43 int heap_free(heap_context);
44 int heap_insert(heap_context, void *);
45 int heap_delete(heap_context, int);
46 int heap_increased(heap_context, int);
47 int heap_decreased(heap_context, int);
48 void * heap_element(heap_context, int);
49 int heap_for_each(heap_context, heap_for_each_func, void *)
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 210 heap_context timers;
222 heap_context evCreateTimers(const evContext_p *);
ev_timers.c 422 heap_context

Completed in 211 milliseconds