Searched refs:grpc_timer_heap_top (Results 1 – 7 of 7) sorted by relevance
128 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap) { in grpc_timer_heap_top() function133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
38 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap);
239 grpc_timer_heap_top(&shard->heap)->deadline); in compute_min_deadline()520 timer = grpc_timer_heap_top(&shard->heap); in pop_one()
195 grpc_timer* top = grpc_timer_heap_top(&pq); in test2()221 ASSERT_EQ(grpc_timer_heap_top(&pq)->deadline, *min_deadline); in test2()