Lines Matching refs:schedParam

75     struct sched_param schedParam = { 0 };
87 schedParam.sched_priority = TASK_PRIO_TEST;
88 ret = pthread_attr_setschedparam(&attr, &schedParam);
120 struct sched_param schedParam = { 0 };
132 schedParam.sched_priority = TASK_PRIO_TEST;
133 ret = pthread_attr_setschedparam(&attr, &schedParam);
168 struct sched_param schedParam = { 0 };
179 schedParam.sched_priority = TASK_PRIO_TEST + 1;
180 ret = pthread_attr_setschedparam(&attr, &schedParam);
215 struct sched_param schedParam = { 0 };
226 schedParam.sched_priority = TASK_PRIO_TEST - 1;
227 ret = pthread_attr_setschedparam(&attr, &schedParam);
263 struct sched_param schedParam = { 0 };
272 schedParam.sched_priority = TASK_PRIO_TEST - 1;
273 ret = pthread_attr_setschedparam(&attr, &schedParam);
324 struct sched_param schedParam = { 0 };
335 ret = pthread_getschedparam(pthread_self(), &policy, &schedParam);
338 schedParam.sched_priority -= 1;
339 ret = pthread_attr_setschedparam(&attr, &schedParam);
381 struct sched_param schedParam = { 0 };
396 schedParam.sched_priority = TASK_PRIO_TEST - 1;
397 ret = pthread_attr_setschedparam(&attr, &schedParam);
442 struct sched_param schedParam = { 0 };
456 ret = pthread_getschedparam(pthread_self(), &policy, &schedParam);
459 schedParam.sched_priority -= 1;
460 ret = pthread_attr_setschedparam(&attr, &schedParam);
493 struct sched_param schedParam = { 0 };
505 schedParam.sched_priority = TASK_PRIO_TEST - 1;
506 ret = pthread_attr_setschedparam(&attr, &schedParam);
587 struct sched_param schedParam = { 0 };
603 schedParam.sched_priority = TASK_PRIO_TEST - 1;
604 ret = pthread_attr_setschedparam(&attr, &schedParam);
648 struct sched_param schedParam = { 0 };
658 schedParam.sched_priority = TASK_PRIO_TEST + 1;
659 ret = pthread_attr_setschedparam(&attr, &schedParam);
698 struct sched_param schedParam = { 0 };
709 schedParam.sched_priority = TASK_PRIO_TEST + 1;
710 ret = pthread_attr_setschedparam(&attr, &schedParam);
748 struct sched_param schedParam = { 0 };
757 schedParam.sched_priority = TASK_PRIO_TEST - 1;
758 ret = pthread_attr_setschedparam(&attr, &schedParam);
808 struct sched_param schedParam = { 0 };
820 schedParam.sched_priority = TASK_PRIO_TEST - 1;
821 ret = pthread_attr_setschedparam(&attr, &schedParam);
1036 struct sched_param schedParam = { 0 };
1045 schedParam.sched_priority = TASK_PRIO_TEST;
1046 ret = pthread_attr_setschedparam(&attr, &schedParam);