Home
last modified time | relevance | path

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

/nptl/
A Dtst-thread-exit-clobber.cc137 struct checker struct
141 checker (T v) in checker() argument
146 ~checker () in ~checker() argument
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()
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 2 milliseconds