Searched refs:pvalues (Results 1 – 1 of 1) sorted by relevance
/nptl/ |
A D | tst-thread-exit-clobber.cc | 160 checker<unsigned int, no_check> c0 (pvalues->v0); in call_pthread_exit_0() 173 checker<double, no_check> c0 (pvalues->v0); in call_pthread_exit_1() 174 checker<double, no_check> c1 (pvalues->v1); in call_pthread_exit_1() 175 checker<double, no_check> c2 (pvalues->v2); in call_pthread_exit_1() 176 checker<double, no_check> c3 (pvalues->v3); in call_pthread_exit_1() 177 checker<double, no_check> c4 (pvalues->v4); in call_pthread_exit_1() 201 checker<T, 0> c0 (pvalues->v0); in threadfunc() 202 checker<T, 1> c1 (pvalues->v1); in threadfunc() 203 checker<T, 2> c2 (pvalues->v2); in threadfunc() 204 checker<T, 3> c3 (pvalues->v3); in threadfunc() [all …]
|
Completed in 3 milliseconds