why is my parallelized for loop giving a diffrent output?

前端 未结 0 950
夕颜
夕颜 2021-01-20 03:42

i declare my threads like this.

for (thread_num = 0; thread_num < NUM_THREADS; thread_num++) //for each thread do
        pthread_create(&thread_handle         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题