Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtimer_heap_test.cc122 grpc_timer_heap_destroy(&pq); in test1()
225 grpc_timer_heap_destroy(&pq); in test2()
286 grpc_timer_heap_destroy(&pq); in shrink_test()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_heap.h35 void grpc_timer_heap_destroy(grpc_timer_heap* heap);
H A Dtimer_heap.cc95 void grpc_timer_heap_destroy(grpc_timer_heap* heap) { gpr_free(heap->timers); } in grpc_timer_heap_destroy() function
H A Dtimer_generic.cc280 grpc_timer_heap_destroy(&shard->heap); in timer_list_shutdown()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_heap.h35 void grpc_timer_heap_destroy(grpc_timer_heap* heap);
Dtimer_heap.cc95 void grpc_timer_heap_destroy(grpc_timer_heap* heap) { gpr_free(heap->timers); } in grpc_timer_heap_destroy() function
Dtimer_generic.cc280 grpc_timer_heap_destroy(&shard->heap); in timer_list_shutdown()