... { pthread_create(&(tid[i]), NULL, my_Func, &mystruct_1[i]); } for (int i=0; i<5; i++){ pthread_join(tid[i], NULL); } } //To run: gcc [C ...
確定! 回上一頁