Searched refs:c1 (Results 1 – 2 of 2) sorted by relevance
/nptl/ |
A D | tst-attr3.c | 169 cpu_set_t c1, c2; in tf() local 170 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in tf() 179 else if (memcmp (&c1, &c2, sizeof (c1))) in tf() 212 cpu_set_t c1, c2; in do_test() local 221 err = pthread_attr_getaffinity_np (&a, sizeof (c1), &c1); in do_test() 315 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in do_test() 324 else if (memcmp (&c1, &c2, sizeof (c1))) in do_test()
|
A D | tst-thread-exit-clobber.cc | 161 checker<unsigned int, no_check> c1 (pvalues->v1); in call_pthread_exit_0() local 174 checker<double, no_check> c1 (pvalues->v1); in call_pthread_exit_1() local 202 checker<T, 1> c1 (pvalues->v1); in threadfunc() local
|
Completed in 4 milliseconds