Searched refs:grpc_timer_heap_add (Results 1 – 4 of 4) sorted by relevance
86 grpc_timer_heap_add(&pq, &test_elements[i]); in test1()107 grpc_timer_heap_add(&pq, el); in test1()176 grpc_timer_heap_add(&pq, &el->elem); in test2()243 grpc_timer_heap_add(&pq, create_test_elements(1)); in shrink_test()
33 int grpc_timer_heap_add(grpc_timer_heap* heap, grpc_timer* timer);
98 int grpc_timer_heap_add(grpc_timer_heap* heap, grpc_timer* timer) { in grpc_timer_heap_add() function
395 is_first_timer = grpc_timer_heap_add(&shard->heap, timer); in timer_init()520 grpc_timer_heap_add(&shard->heap, timer); in refill_heap()