Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dinstruction_factory.cpp219 std::string thread_name; in CreateFromProtoInstruction() local
221 thread_name = thread.name() + "_" + std::to_string(i); in CreateFromProtoInstruction()
223 thread_name = std::to_string(t) + "_" + std::to_string(i); in CreateFromProtoInstruction()
236 thread_params.push_back(MultithreadingParams(thread_name, sched_attr, sched_affinity)); in CreateFromProtoInstruction()