Home
last modified time | relevance | path

Searched refs:main_thread (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-skeleton-thread-affinity.c249 struct burn_thread main_thread; in early_test() local
250 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()
/glibc-2.36/rt/
Dtst-aio9.c10 static pthread_t main_thread; variable
29 pthread_kill (main_thread, SIGUSR1); in tf()
48 main_thread = pthread_self (); in do_test()
Dtst-aio10.c10 static pthread_t main_thread; variable
29 pthread_kill (main_thread, SIGUSR1); in tf()
48 main_thread = pthread_self (); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl13068 member. Don't initialize main_thread.
13069 * descr.h (struct pthread): Remove main_thread member.