| 1003 | } |
| 1004 | |
| 1005 | void Controller::OnRPCEnd(int64_t end_time_us) { |
| 1006 | _end_time_us = end_time_us; |
| 1007 | if (NULL != _backup_request_policy) { |
| 1008 | _backup_request_policy->OnRPCEnd(this); |
| 1009 | } |
| 1010 | } |
| 1011 | |
| 1012 | void Controller::RunDoneInBackupThread(void* arg) { |
| 1013 | static_cast<Controller*>(arg)->DoneInBackupThread(); |
no outgoing calls
no test coverage detected