Home | History | Annotate | Download | only in pthread_getschedparam

Lines Matching refs:ERR_MSG

43 #define ERR_MSG(f, rc)  printf("Failed: line: %d func: %s rc: %s (%u)\n", \
54 ERR_MSG("pthread_getscheparam()", ret);
79 ERR_MSG("pthread_barrier_wait()", ret);
85 ERR_MSG("pthread_barrier_wait()", ret);
93 ERR_MSG("pthread_barrier_wait()", ret);
99 ERR_MSG("pthread_barrier_wait()", ret);
107 ERR_MSG("pthread_barrier_wait()", ret);
125 ERR_MSG("pthread_barrier_init()", ret);
131 ERR_MSG("pthread_attr_init()", ret);
137 ERR_MSG("pthread_attr_setinheritsched()", ret);
143 ERR_MSG("pthread_attr_setschedpolicy()", ret);
149 ERR_MSG("sched_get_priority_min()", errno);
155 ERR_MSG("pthread_attr_setschedparam()", ret);
161 ERR_MSG("pthread_create()", ret);
169 ERR_MSG("pthread_barrier_wait()", ret);
175 ERR_MSG("pthread_barrier_wait()", errno);
181 ERR_MSG("pthread_setschedparam()", ret);
187 ERR_MSG("pthread_barrier_wait()", ret);
195 ERR_MSG("pthread_barrier_wait()", ret);
201 ERR_MSG("sched_get_priority_max()", errno);
207 ERR_MSG("pthread_setschedprio()", ret);
213 ERR_MSG("pthread_barrier_wait()", ret);
221 ERR_MSG("pthread_barrier_wait()", ret);