Searched refs:exec_count (Results 1 – 1 of 1) sorted by relevance
1295 static size_t exec_count = 0; in MakeTemporaryOneshotService() local1296 exec_count++; in MakeTemporaryOneshotService()1297 std::string name = "exec " + std::to_string(exec_count) + " (" + Join(str_args, " ") + ")"; in MakeTemporaryOneshotService()