Home
last modified time | relevance | path

Searched refs:thrd (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dtst-rwlock19.c78 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 Dtst-rwlock8.c117 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 Dtst-rwlock9.c155 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