Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_heap.cc128 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap) { in grpc_timer_heap_top() function
133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
Dtimer_heap.h38 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap);
Dtimer_generic.cc239 grpc_timer_heap_top(&shard->heap)->deadline); in compute_min_deadline()
520 timer = grpc_timer_heap_top(&shard->heap); in pop_one()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_heap.cc128 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap) { in grpc_timer_heap_top() function
133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
H A Dtimer_heap.h38 grpc_timer* grpc_timer_heap_top(grpc_timer_heap* heap);
H A Dtimer_generic.cc239 grpc_timer_heap_top(&shard->heap)->deadline); in compute_min_deadline()
520 timer = grpc_timer_heap_top(&shard->heap); in pop_one()
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtimer_heap_test.cc195 grpc_timer* top = grpc_timer_heap_top(&pq); in test2()
221 ASSERT_EQ(grpc_timer_heap_top(&pq)->deadline, *min_deadline); in test2()