Searched refs:grpc_timer_heap_destroy (Results 1 – 4 of 4) sorted by relevance
120 grpc_timer_heap_destroy(&pq); in test1()223 grpc_timer_heap_destroy(&pq); in test2()283 grpc_timer_heap_destroy(&pq); in shrink_test()
36 void grpc_timer_heap_destroy(grpc_timer_heap* heap);
96 void grpc_timer_heap_destroy(grpc_timer_heap* heap) { gpr_free(heap->timers); } in grpc_timer_heap_destroy() function
299 grpc_timer_heap_destroy(&shard->heap); in timer_list_shutdown()