Searched refs:seen_set (Results 1 – 1 of 1) sorted by relevance
72 cpu_set_t *seen_set; member100 param->seen_set); in thread_burn_any_cpu()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()252 main_thread.seen_set = scratch_set; in early_test()254 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), main_thread.seen_set); 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()
Completed in 3 milliseconds