Searched refs:thr1 (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | tst-spin4.c | 38 pthread_t thr1, thr2; in do_test() local 54 if (pthread_create (&thr1, NULL, thread_add_one, (void *) &lock) != 0) in do_test() 78 if (pthread_join (thr1, &status) != 0) in do_test()
|
/glibc-2.36/elf/ |
D | tst-single_threaded-pthread-static.c | 62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() local 73 xpthread_join (thr1); in do_test()
|
D | tst-single_threaded-pthread.c | 108 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() local 152 xpthread_join (thr1); in do_test()
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-thread.c | 222 pthread_t thr1 = xpthread_create (NULL, get_one_blob_thread, &args[1]); in fork_thread_subprocess() local 225 xpthread_join (thr1); in fork_thread_subprocess()
|
/glibc-2.36/rt/ |
D | tst-timer4.c | 43 thr1 (union sigval sigval) in thr1() function 252 ev.sigev_notify_function = thr1; in do_test()
|