Searched refs:wait_string (Results 1 – 1 of 1) sorted by relevance
1182 std::string wait_string; in ReapOneProcess() local1186 wait_string = StringPrintf(" waiting took %f seconds", in ReapOneProcess()1195 LOG(INFO) << name << " exited with status " << WEXITSTATUS(status) << wait_string; in ReapOneProcess()1197 LOG(INFO) << name << " killed by signal " << WTERMSIG(status) << wait_string; in ReapOneProcess()