Home | History | Annotate | Download | only in pthread_attr_setscope

Lines Matching refs:rc1

28 	int rc1;
33 rc1 = pthread_attr_init(&attr);
34 if (rc1 != 0) {
35 ERR_MSG("pthread_attr_init()", rc1);
39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
41 if (rc1 || rc2) {
42 if (rc1 && rc2) {
44 ERR_MSG("pthread_attr_setscope()", rc1);
47 if (rc1 && rc1 != ENOTSUP) {
48 ERR_MSG("pthread_attr_setscope()", rc1);