Searched refs:grpc_timer_heap_remove (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ |
H A D | timer_heap_test.cc | 115 grpc_timer_heap_remove(&pq, el); in test1() 187 grpc_timer_heap_remove(&pq, &el->elem); in test2() 252 grpc_timer_heap_remove(&pq, te); in shrink_test() 269 grpc_timer_heap_remove(&pq, te); in shrink_test()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | timer_heap.cc | 110 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function 133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
|
D | timer_heap.h | 37 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
|
D | timer_generic.cc | 455 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | timer_heap.cc | 110 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_remove() function 133 grpc_timer_heap_remove(heap, grpc_timer_heap_top(heap)); in grpc_timer_heap_pop()
|
H A D | timer_heap.h | 37 void grpc_timer_heap_remove(grpc_timer_heap* heap, grpc_timer* timer);
|
H A D | timer_generic.cc | 455 grpc_timer_heap_remove(&shard->heap, timer); in timer_cancel()
|