Searched refs:thread_params (Results 1 – 5 of 5) sorted by relevance
21 std::vector<MultithreadingParams> thread_params) in Multithreading() argument24 thread_params_(std::move(thread_params)) {} in Multithreading()
209 std::vector<MultithreadingParams> thread_params; in CreateFromProtoInstruction() local237 thread_params.push_back(MultithreadingParams(thread_name, sched_attr, sched_affinity)); in CreateFromProtoInstruction()243 std::move(thread_params)); in CreateFromProtoInstruction()246 std::move(thread_params)); in CreateFromProtoInstruction()
28 std::vector<MultithreadingParams> thread_params) in Multiprocessing() argument31 thread_params_(std::move(thread_params)) {} in Multiprocessing()
30 std::vector<MultithreadingParams> thread_params);
32 std::vector<MultithreadingParams> thread_params);