Searched refs:thr2 (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/elf/ |
D | tst-single_threaded-pthread-static.c | 65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test() local 79 xpthread_join (thr2); in do_test()
|
D | tst-single_threaded-pthread.c | 114 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test() local 163 xpthread_join (thr2); in do_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-spin4.c | 38 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/ |
D | tst-arc4random-thread.c | 223 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/ |
D | tst-timer4.c | 64 thr2 (union sigval sigval) in thr2() function 271 ev.sigev_notify_function = thr2; in do_test()
|