run_thread
CHECKr(pthread_create(&threads[i], NULL, run_thread, NULL));
error = pthread_create(&thrs[i], &tattr, run_thread, NULL);