Searched refs:wargs (Results 1 – 1 of 1) sorted by relevance
174 struct thread_args wargs[NWRITERS]; in do_test_clock() local176 wargs[n].nr = n; in do_test_clock()177 wargs[n].clockid = clockid; in do_test_clock()178 wargs[n].fnname = fnname; in do_test_clock()179 thwr[n] = xpthread_create (NULL, writer_thread, &wargs[n]); in do_test_clock()
Completed in 4 milliseconds