Searched refs:thr (Results 1 – 6 of 6) sorted by relevance
/elf/ |
A D | tst-unwind-main.c | 50 pthread_t thr; in main() local 51 int rc = pthread_create (&thr, NULL, &func, NULL); in main() 54 rc = pthread_join (thr, NULL); in main()
|
A D | tst-dlopen-tlsmodid.h | 70 pthread_t thr; in do_test() local 77 thr = xpthread_create (NULL, fn, NULL); in do_test() 78 xpthread_join (thr); in do_test()
|
A D | tst-audit-tlsdesc.c | 54 pthread_t thr = xpthread_create (NULL, thr_func, NULL); in do_test() local 55 void *r = xpthread_join (thr); in do_test()
|
A D | tst-audit-tlsdesc-dlopen.c | 60 pthread_t thr = xpthread_create (NULL, thr_func, mod); in do_test() local 61 void *r = xpthread_join (thr); in do_test()
|
A D | tst-dl_find_object-threads.c | 59 pthread_t thr; member 178 data->thr = xpthread_create (NULL, verify_thread, data); in start_verify() 253 xpthread_join (data_mod2.thr); in do_test() 254 xpthread_join (data_mod4.thr); in do_test() 255 xpthread_join (data_mod7.thr); in do_test()
|
A D | tst-execstack.c | 91 pthread_t thr[N]; in do_test() local 98 int rc = pthread_create (&thr[i], NULL, &waiter_thread, &f); in do_test()
|
Completed in 7 milliseconds