| 228 | void AddBarrierToCancel(CyclicBarrier* cb); |
| 229 | |
| 230 | RuntimeProfile::Counter* total_storage_wait_timer() { |
| 231 | return total_storage_wait_timer_; |
| 232 | } |
| 233 | |
| 234 | RuntimeProfile::Counter* total_network_send_timer() { |
| 235 | return total_network_send_timer_; |
no outgoing calls
no test coverage detected