Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dmultithreading.cpp21 std::vector<MultithreadingParams> thread_params) in Multithreading() argument
24 thread_params_(std::move(thread_params)) {} in Multithreading()
Dinstruction_factory.cpp208 std::vector<MultithreadingParams> thread_params; in CreateFromProtoInstruction() local
236 thread_params.push_back(MultithreadingParams(thread_name, sched_attr, sched_affinity)); in CreateFromProtoInstruction()
242 std::move(thread_params)); in CreateFromProtoInstruction()
245 std::move(thread_params)); in CreateFromProtoInstruction()
Dmultiprocessing.cpp28 std::vector<MultithreadingParams> thread_params) in Multiprocessing() argument
31 thread_params_(std::move(thread_params)) {} in Multiprocessing()
/test/dittosuite/include/ditto/
Dmultithreading.h30 std::vector<MultithreadingParams> thread_params);
Dmultiprocessing.h32 std::vector<MultithreadingParams> thread_params);