Searched refs:MultithreadingParams (Results 1 – 8 of 8) sorted by relevance
30 std::vector<MultithreadingParams> thread_params);41 std::vector<MultithreadingParams> thread_params_;
32 std::vector<MultithreadingParams> thread_params);41 std::vector<MultithreadingParams> thread_params_;
66 struct MultithreadingParams { struct71 MultithreadingParams(const std::string& name, const SchedAttr& sched_attr, in MultithreadingParams() function
52 void RunSynchronized(pthread_barrier_t* barrier, const MultithreadingParams& params);53 std::thread SpawnThread(pthread_barrier_t* barrier, const MultithreadingParams& params);
50 void Instruction::RunSynchronized(pthread_barrier_t* barrier, const MultithreadingParams& params) { in RunSynchronized()72 const MultithreadingParams& params) { in SpawnThread()
21 std::vector<MultithreadingParams> thread_params) in Multithreading()
208 std::vector<MultithreadingParams> thread_params; in CreateFromProtoInstruction()236 thread_params.push_back(MultithreadingParams(thread_name, sched_attr, sched_affinity)); in CreateFromProtoInstruction()
28 std::vector<MultithreadingParams> thread_params) in Multiprocessing()