Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtimer_heap_test.cc115 grpc_timer_heap_remove(&pq, el); in test1()
187 grpc_timer_heap_remove(&pq, &el->elem); in test2()
252 grpc_timer_heap_remove(&pq, te); in shrink_test()
269 grpc_timer_heap_remove(&pq, te); in shrink_test()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_heap.cc110 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function
133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
Dtimer_heap.h37 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
Dtimer_generic.cc455 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_heap.cc110 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function
133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
H A Dtimer_heap.h37 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
H A Dtimer_generic.cc455 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()