Home
last modified time | relevance | path

Searched refs:heap_index (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc41 first[i]->heap_index = i; in adjust_upwards()
45 t->heap_index = i; in adjust_upwards()
63 first[i]->heap_index = i; in adjust_downwards()
67 t->heap_index = i; in adjust_downwards()
83 uint32_t i = timer->heap_index; in note_changed_priority()
105 timer->heap_index = heap->timer_count; in grpc_timer_heap_add()
108 return timer->heap_index == 0; in grpc_timer_heap_add()
112 uint32_t i = timer->heap_index; in grpc_timer_heap_remove()
119 heap->timers[i]->heap_index = i; in grpc_timer_heap_remove()
Dtimer_generic.h29 uint32_t heap_index; /* INVALID_HEAP_INDEX if not in heap */ member
Dtimer.h32 uint32_t heap_index; /* INVALID_HEAP_INDEX if not in heap */ member
Dtimer_generic.cc397 timer->heap_index = INVALID_HEAP_INDEX; in timer_init()
476 if (timer->heap_index == INVALID_HEAP_INDEX) { in timer_cancel()