Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc113 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()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc111 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function
134 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
Dtimer_heap.h38 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
Dtimer_generic.cc479 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()