Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance
/nptl/ |
A D | tst-attr3.c | 169 cpu_set_t c1, c2; in tf() local 173 err = pthread_attr_getaffinity_np (&a, sizeof (c2), &c2); in tf() 179 else if (memcmp (&c1, &c2, sizeof (c1))) in tf() 212 cpu_set_t c1, c2; in do_test() local 318 err = pthread_attr_getaffinity_np (&a, sizeof (c2), &c2); in do_test() 324 else if (memcmp (&c1, &c2, sizeof (c1))) in do_test()
|
A D | tst-thread-exit-clobber.cc | 162 checker<unsigned int, no_check> c2 (pvalues->v2); in call_pthread_exit_0() local 175 checker<double, no_check> c2 (pvalues->v2); in call_pthread_exit_1() local 203 checker<T, 2> c2 (pvalues->v2); in threadfunc() local
|
Completed in 5 milliseconds