Searched refs:grpc_timer_heap_top (Results 1 – 4 of 4) sorted by relevance
129 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap) { in grpc_timer_heap_top() function134 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
39 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap);
253 : grpc_timer_heap_top(&shard->heap)->deadline; in compute_min_deadline()541 timer = grpc_timer_heap_top(&shard->heap); in pop_one()
193 grpc_timer* top = grpc_timer_heap_top(&pq); in test2()219 GPR_ASSERT(grpc_timer_heap_top(&pq)->deadline == *min_deadline); in test2()