Searched refs:main_thread (Results 1 – 4 of 4) 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()
10 static pthread_t main_thread; variable29 pthread_kill (main_thread, SIGUSR1); in tf()48 main_thread = pthread_self (); in do_test()
13068 member. Don't initialize main_thread.13069 * descr.h (struct pthread): Remove main_thread member.