Searched refs:thrd (Results 1 – 3 of 3) sorted by relevance
/nptl/ |
A D | tst-rwlock19.c | 78 pthread_t thrd[NREADERS]; in do_test() local 89 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test() 98 if (pthread_join (thrd[n], &res) != 0) in do_test()
|
A D | tst-rwlock8.c | 117 pthread_t thrd[NREADERS]; in do_test() local 155 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test() 170 if (pthread_join (thrd[n], &res) != 0) in do_test()
|
A D | tst-rwlock9.c | 155 pthread_t thrd[NREADERS]; in do_test_clock() local 187 thrd[n] = xpthread_create (NULL, reader_thread, &rargs[n]); in do_test_clock() 194 xpthread_join (thrd[n]); in do_test_clock()
|
Completed in 5 milliseconds