Lines Matching refs:i
41 int i, cpu; in tfiar_tfhar() local
61 for (i = 0; i < num_loops; i++) { in tfiar_tfhar()
74 unsigned long i; in texasr() local
77 for (i = 0; i < num_loops; i++) { in texasr()
102 unsigned long i; in test_tmspr() local
114 for (i = 0; i < thread_num; i += 2) { in test_tmspr()
115 if (pthread_create(&thread[i], NULL, (void *)tfiar_tfhar, in test_tmspr()
116 (void *)i)) in test_tmspr()
120 for (i = 1; i < thread_num; i += 2) { in test_tmspr()
121 if (pthread_create(&thread[i], NULL, (void *)texasr, (void *)i)) in test_tmspr()
125 for (i = 0; i < thread_num; i++) { in test_tmspr()
126 if (pthread_join(thread[i], NULL) != 0) in test_tmspr()