Searched refs:rargs (Results 1 – 1 of 1) sorted by relevance
182 struct thread_args rargs[NREADERS]; in do_test_clock() local184 rargs[n].nr = n; in do_test_clock()185 rargs[n].clockid = clockid; in do_test_clock()186 rargs[n].fnname = fnname; in do_test_clock()187 thrd[n] = xpthread_create (NULL, reader_thread, &rargs[n]); in do_test_clock()
Completed in 3 milliseconds