t_renamerace.c | 151 pthread_t pt1[NWRK], pt2[NWRK]; local in function:renamerace 170 pthread_create(&pt1[i], NULL, w1, NULL); 179 pthread_join(pt1[i], NULL); 191 pthread_t pt1, pt2; local in function:renamerace_dirs 204 pthread_create(&pt1, NULL, w1_dirs, NULL); 210 pthread_join(pt1, NULL);
|