Home
last modified time | relevance | path

Searched refs:thwr (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dtst-rwlock8.c116 pthread_t thwr[NWRITERS]; in do_test() local
147 if (pthread_create (&thwr[n], NULL, writer_thread, in do_test()
164 if (pthread_join (thwr[n], &res) != 0) in do_test()
A Dtst-rwlock9.c154 pthread_t thwr[NWRITERS]; in do_test_clock() local
179 thwr[n] = xpthread_create (NULL, writer_thread, &wargs[n]); in do_test_clock()
192 xpthread_join (thwr[n]); in do_test_clock()

Completed in 4 milliseconds