Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 6 of 6) sorted by relevance

/elf/
A Dtst-unwind-main.c50 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 Dtst-dlopen-tlsmodid.h70 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 Dtst-audit-tlsdesc.c54 pthread_t thr = xpthread_create (NULL, thr_func, NULL); in do_test() local
55 void *r = xpthread_join (thr); in do_test()
A Dtst-audit-tlsdesc-dlopen.c60 pthread_t thr = xpthread_create (NULL, thr_func, mod); in do_test() local
61 void *r = xpthread_join (thr); in do_test()
A Dtst-dl_find_object-threads.c59 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 Dtst-execstack.c91 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