Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc129 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap) { in grpc_timer_heap_top() function
134 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
Dtimer_heap.h39 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap);
Dtimer_generic.cc253 : grpc_timer_heap_top(&shard->heap)->deadline; in compute_min_deadline()
541 timer = grpc_timer_heap_top(&shard->heap); in pop_one()
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc193 grpc_timer* top = grpc_timer_heap_top(&pq); in test2()
219 GPR_ASSERT(grpc_timer_heap_top(&pq)->deadline == *min_deadline); in test2()