Searched refs:thwr (Results 1 – 2 of 2) sorted by relevance
116 pthread_t thwr[NWRITERS]; in do_test() local147 if (pthread_create (&thwr[n], NULL, writer_thread, in do_test()164 if (pthread_join (thwr[n], &res) != 0) in do_test()
154 pthread_t thwr[NWRITERS]; in do_test_clock() local179 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