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()
208 std::vector<MultithreadingParams> thread_params; in CreateFromProtoInstruction() local236 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()
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);