Searched refs:grpc_timer_heap_remove (Results 1 – 4 of 4) sorted by relevance
113 grpc_timer_heap_remove(&pq, el); in test1()185 grpc_timer_heap_remove(&pq, &el->elem); in test2()250 grpc_timer_heap_remove(&pq, te); in shrink_test()267 grpc_timer_heap_remove(&pq, te); in shrink_test()
111 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function134 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
38 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
479 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()