Home
last modified time | relevance | path

Searched refs:thr2 (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Dtst-single_threaded-pthread-static.c65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test() local
79 xpthread_join (thr2); in do_test()
Dtst-single_threaded-pthread.c114 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test() local
163 xpthread_join (thr2); in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-spin4.c38 pthread_t thr1, thr2; in do_test() local
60 if (pthread_create (&thr2, NULL, thread_add_one, (void *) &lock) != 0) in do_test()
88 if (pthread_join (thr2, &status) != 0) in do_test()
/glibc-2.36/stdlib/
Dtst-arc4random-thread.c223 pthread_t thr2 = xpthread_create (NULL, get_one_blob_thread, &args[2]); in fork_thread_subprocess() local
226 xpthread_join (thr2); in fork_thread_subprocess()
/glibc-2.36/rt/
Dtst-timer4.c64 thr2 (union sigval sigval) in thr2() function
271 ev.sigev_notify_function = thr2; in do_test()