Home
last modified time | relevance | path

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

/nptl/
A Dtst-rwlock9.c182 struct thread_args rargs[NREADERS]; in do_test_clock() local
184 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