Home
last modified time | relevance | path

Searched refs:heap_element (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dheap.h39 #define heap_element __heap_element macro
48 void * heap_element(heap_context, int);
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c262 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
289 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
315 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()