t_renamerace.c | 151 pthread_t pt1[NWRK], pt2[NWRK]; local in function:renamerace 173 pthread_create(&pt2[i], NULL, w2, NULL); 181 pthread_join(pt2[i], NULL); 191 pthread_t pt1, pt2; local in function:renamerace_dirs 205 pthread_create(&pt2, NULL, w2, NULL); 211 pthread_join(pt2, NULL);
|