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