Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc120 grpc_timer_heap_destroy(&pq); in test1()
223 grpc_timer_heap_destroy(&pq); in test2()
283 grpc_timer_heap_destroy(&pq); in shrink_test()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.h36 void grpc_timer_heap_destroy(grpc_timer_heap* heap);
Dtimer_heap.cc96 void grpc_timer_heap_destroy(grpc_timer_heap* heap) { gpr_free(heap->timers); } in grpc_timer_heap_destroy() function
Dtimer_generic.cc299 grpc_timer_heap_destroy(&shard->heap); in timer_list_shutdown()