Home
last modified time | relevance | path

Searched refs:child_name (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dmultithreading.cpp59 std::string child_name = thread_params_[i].name_; in CollectResults() local
60 result->AddSubResult(instructions_[i]->CollectResults(child_name + "/")); in CollectResults()
Dmultiprocessing.cpp182 std::string child_name = thread_params_[instruction_id_].name_; in CollectResults() local
183 result->AddSubResult(instructions_[instruction_id_]->CollectResults(child_name + "/")); in CollectResults()