Searched refs:main_thread (Results 1 – 1 of 1) sorted by relevance
249 struct burn_thread main_thread; in early_test() local250 main_thread.conf = conf; in early_test()251 main_thread.initial_set = initial_set; in early_test()252 main_thread.seen_set = scratch_set; in early_test()253 main_thread.thread = -1; in early_test()254 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), main_thread.seen_set); in early_test()255 thread_burn_any_cpu (&main_thread); in early_test()
Completed in 3 milliseconds