Searched refs:reader_thread (Results 1 – 3 of 3) sorted by relevance
38 reader_thread (void *nr) in reader_thread() function89 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test()
78 reader_thread (void *nr) in reader_thread() function155 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test()
105 reader_thread (void *arg) in reader_thread() function187 thrd[n] = xpthread_create (NULL, reader_thread, &rargs[n]); in do_test_clock()
Completed in 4 milliseconds