I have about a trace. code
for (;;) { do { //тут нужно расспараллелить } } I would like to parallelize what is in the loop. But the trouble is that if I write #pragma omp parallel where I need to parallelize, it will create and delete streams as many times as do. And I would like to say outwardly that you need to create two threads that will execute this code, and you don’t need to delete them and create them 100500 times.