Lines Matching refs:other_threads
155 struct burn_thread *other_threads in early_test() local
156 = calloc (conf->last_cpu + 1, sizeof (*other_threads)); in early_test()
160 if (pinned_threads == NULL || other_threads == NULL in early_test()
175 other_threads[cpu].conf = conf; in early_test()
176 other_threads[cpu].initial_set = initial_set; in early_test()
177 other_threads[cpu].thread = cpu; in early_test()
178 other_threads[cpu].seen_set = CPU_ALLOC (conf->set_size); in early_test()
179 if (other_threads[cpu].seen_set == NULL) in early_test()
185 other_threads[cpu].seen_set); in early_test()
233 ret = pthread_create (&other_threads[cpu].self, in early_test()
235 thread_burn_any_cpu, other_threads + cpu); in early_test()
243 other_threads, other_threads + cpu); in early_test()
259 other_threads, other_threads + conf->last_cpu + 1); in early_test()
270 scratch_set, scratch_set, other_threads[cpu].seen_set); in early_test()
271 CPU_FREE (other_threads[cpu].seen_set); in early_test()
281 free (other_threads); in early_test()