Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dtst-spin4.c38 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/
Dtst-single_threaded-pthread-static.c62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() local
73 xpthread_join (thr1); in do_test()
Dtst-single_threaded-pthread.c108 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() local
152 xpthread_join (thr1); in do_test()
/glibc-2.36/stdlib/
Dtst-arc4random-thread.c222 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/
Dtst-timer4.c43 thr1 (union sigval sigval) in thr1() function
252 ev.sigev_notify_function = thr1; in do_test()